map

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

Map first and second to an instance of TO.

Return

first and second mapped to an instance of TO.

Parameters

first

the first source value.

second

the second source value.