arrow-fx / arrow.fx.extensions.io.monadError / arrow.Kind
| ensure | fun <A> Kind<ForIO, A>.~~ensure~~(arg1: () -> Throwable, arg2: (A) -> Boolean): IO<A> | 
    
| redeemWith | fun <A, B> Kind<ForIO, A>.~~redeemWith~~(arg1: (Throwable) -> Kind<ForIO, B>, arg2: (A) -> Kind<ForIO, B>): IO<B> | 
    
| rethrow | fun <A> Kind<ForIO, Either<Throwable, A>>.~~rethrow~~(): IO<A> | 
    
Do you like Arrow?
✖