arrow-core / arrow.core.extensions.option.applicativeError / arrow.core.Either
fun <A, EE> Either<EE, A>.~~fromEither~~(arg1: (EE) ->
Unit
): Option<A>
Do you like Arrow?