arrow-core / arrow.core.extensions.nonemptylist.functor / arrow.Kind

Extensions for arrow.Kind

fproduct fun <A, B> Kind<ForNonEmptyList, A>.~~fproduct~~(arg1: (A) -> B): NonEmptyList<Tuple2<A, B>>
imap fun <A, B> Kind<ForNonEmptyList, A>.~~imap~~(arg1: (A) -> B, arg2: (B) -> A): NonEmptyList<B>
map Transform the F wrapped value A into B preserving the F structure Kind<F, A> -> Kind<F, B>fun <A, B> Kind<ForNonEmptyList, A>.~~map~~(arg1: (A) -> B): NonEmptyList<B>
mapConst fun <A, B> Kind<ForNonEmptyList, A>.~~mapConst~~(arg1: B): NonEmptyList<B>
tupleLeft fun <A, B> Kind<ForNonEmptyList, A>.~~tupleLeft~~(arg1: B): NonEmptyList<Tuple2<B, A>>
tupleRight fun <A, B> Kind<ForNonEmptyList, A>.~~tupleRight~~(arg1: B): NonEmptyList<Tuple2<A, B>>
void fun <A> Kind<ForNonEmptyList, A>.~~void~~(): NonEmptyList<Unit>
widen fun <B, A : B> Kind<ForNonEmptyList, A>.~~widen~~(): NonEmptyList<B>

Do you like Arrow?

Arrow Org
<