core / com.vmadalin.core.mapper / Mapper

Mapper

interface Mapper<F, T>

Helper class to transforms a specific input to desired object output, implementing for that all operations required to transform.

Functions

map

Mapping object.

abstract suspend fun map(from: F): T