doc / ch.tutteli.atrium.core / flatMap

flatMap

inline fun <L, R, T> Either<L, R>.flatMap(f: (R) -> Either<L, T>): Either<L, T> (source)