mapNullable

open fun mapNullable(first: FROM1?, second: FROM2?, third: FROM3?, fourth: FROM4?, fifth: FROM5?): TO?

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

Return

first, second, third, fourth, and fifth mapped an instance of TO.

Parameters

first

the first source value.

second

the second source value.

third

the third source value.

fourth

the fourth source value.

fifth

the fifth source value.