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

flatMap

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

Converts the Either value according to f function.