arrow-core-data / arrow.core.computations / EitherEffect / bind
open suspend fun <B> Either<E, B>.bind(): B open suspend fun <B> Validated<E, B>.bind(): B
open suspend fun <B>
Either
<E, B>.bind(): B
Validated
Do you like Arrow?