com.github.rs3vans.monadik / flattenRight

flattenRight

fun <T : Any, U : Any> Either<T, Either<T, U>>.flattenRight(): Either<T, U>