core / com.vmadalin.core.mapper / Mapper / map

map

abstract suspend fun map(from: F): T

Mapping object.

Parameters

from - Initial object to from mapping.

Return
An Object containing the results of applying the transformation.