sdk-common / com.tomtom.online.sdk.common.util / Mapper / map

map

abstract fun map(value: A): R

Transform input record into a intermediate record.

Parameters

value - A: the function argument.

Return
R: the function result.