mapNullable

fun mapNullable(from: FROM?): TO?

Map nullable from to an instance of TO.

Return

from mapped to an instance of TO.

Parameters

from

the source value.