arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / Result / fromEither
fun <R> fromEither(either: Either<Throwable, R>): Result<R>
fun <R> fromEither(either: Either<
Throwable
, R>): Result<R>
Do you like Arrow?