sippo-sdk / com.quobis.sippo.sipposdk.common / map

map

fun <V, U, E : Throwable> Either<V, E>.map(f: (V) -> U): Either<U, E>

Converts the Either value according to f function.