arrow-core / arrow.core.extensions.either.monadError / arrow.Kind
| ensure | fun <L, A> Kind<Kind<ForEither, L>, A>.~~ensure~~(arg1: () -> L, arg2: (A) -> Boolean): Either<L, A> | 
    
| redeemWith | fun <L, A, B> Kind<Kind<ForEither, L>, A>.~~redeemWith~~(arg1: (L) -> Kind<Kind<ForEither, L>, B>, arg2: (A) -> Kind<Kind<ForEither, L>, B>): Either<L, B> | 
    
| rethrow | fun <L, A> Kind<Kind<ForEither, L>, Either<L, A>>.~~rethrow~~(): Either<L, A> | 
    
Do you like Arrow?
✖