arrow-core / arrow.core.extensions.listk.functor / arrow.Kind
fproduct | fun <A, B> Kind<ForListK, A>.~~fproduct~~(arg1: (A) -> B): ListK<Tuple2<A, B>> |
imap | fun <A, B> Kind<ForListK, A>.~~imap~~(arg1: (A) -> B, arg2: (B) -> A): ListK<B> |
map | Transform the F wrapped value A into B preserving the F structure Kind<F, A> -> Kind<F, B>fun <A, B> Kind<ForListK, A>.~~map~~(arg1: (A) -> B): ListK<B> |
mapConst | fun <A, B> Kind<ForListK, A>.~~mapConst~~(arg1: B): ListK<B> |
tupleLeft | fun <A, B> Kind<ForListK, A>.~~tupleLeft~~(arg1: B): ListK<Tuple2<B, A>> |
tupleRight | fun <A, B> Kind<ForListK, A>.~~tupleRight~~(arg1: B): ListK<Tuple2<A, B>> |
void | fun <A> Kind<ForListK, A>.~~void~~(): ListK< Unit > |
widen | fun <B, A : B> Kind<ForListK, A>.~~widen~~(): ListK<B> |
Do you like Arrow?
✖