mapNullable

open fun mapNullable(first: FROM1?, second: FROM2?): TO?

Map nullable first and second to an instance of TO.

Return

first and second mapped an instance of TO.

Parameters

first

the first source value.

second

the second source value.