mappie-api
Toggle table of contents
2.1.20-1.2.1
common
Platform filter
common
Switch theme
Search in API
mappie-api
mappie-api
/
tech.mappie.api
/
ObjectMappie
/
mapNullable
map
Nullable
open
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.