arrow-fx / arrow.fx.extensions.io.functor / arrow.Kind
| fproduct | fun <A, B> Kind<ForIO, A>.~~fproduct~~(arg1: (A) -> B): IO<Tuple2<A, B>> |
| imap | fun <A, B> Kind<ForIO, A>.~~imap~~(arg1: (A) -> B, arg2: (B) -> A): IO<B> |
| map | fun <A, B> Kind<ForIO, A>.~~map~~(arg1: (A) -> B): IO<B> |
| mapConst | fun <A, B> Kind<ForIO, A>.~~mapConst~~(arg1: B): IO<B> |
| tupleLeft | fun <A, B> Kind<ForIO, A>.~~tupleLeft~~(arg1: B): IO<Tuple2<B, A>> |
| tupleRight | fun <A, B> Kind<ForIO, A>.~~tupleRight~~(arg1: B): IO<Tuple2<A, B>> |
| void | fun <A> Kind<ForIO, A>.~~void~~(): IO<Unit> |
| widen | fun <B, A : B> Kind<ForIO, A>.~~widen~~(): IO<B> |
Do you like Arrow?
✖