map

open fun map(first: FROM1, second: FROM2, third: FROM3): TO

Map first, second, and third to an instance of TO.

Return

first, second and third mapped to an instance of TO.

Parameters

first

the first source value.

second

the second source value.

third

the third source value.