flatMap

infix inline fun <V, V2, E> Either<E, V>.flatMap(func: (V) -> Either<E, V2>): Either<E, V2>