abstract suspend fun map(from: F): T
Mapping object.
from - Initial object to from mapping.
from
Return An Object containing the results of applying the transformation.