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

Extensions for arrow.Kind

ap fun <A, B> Kind<ForNonEmptyList, A>.~~ap~~(arg1: Kind<ForNonEmptyList, (A) -> B>): NonEmptyList<B>
apEval fun <A, B> Kind<ForNonEmptyList, A>.~~apEval~~(arg1: Eval<Kind<ForNonEmptyList, (A) -> B>>): Eval<Kind<ForNonEmptyList, B>>
apTap fun <A, B> Kind<ForNonEmptyList, A>.~~apTap~~(arg1: Kind<ForNonEmptyList, B>): NonEmptyList<A>
followedBy fun <A, B> Kind<ForNonEmptyList, A>.~~followedBy~~(arg1: Kind<ForNonEmptyList, B>): NonEmptyList<B>
map2 fun <A, B, Z> Kind<ForNonEmptyList, A>.~~map2~~(arg1: Kind<ForNonEmptyList, B>, arg2: (Tuple2<A, B>) -> Z): NonEmptyList<Z>
map2Eval fun <A, B, Z> Kind<ForNonEmptyList, A>.~~map2Eval~~(arg1: Eval<Kind<ForNonEmptyList, B>>, arg2: (Tuple2<A, B>) -> Z): Eval<Kind<ForNonEmptyList, Z>>
product fun <A, B> Kind<ForNonEmptyList, A>.~~product~~(arg1: Kind<ForNonEmptyList, B>): NonEmptyList<Tuple2<A, B>>
fun <A, B, Z> Kind<ForNonEmptyList, Tuple2<A, B>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple3<A, B, Z>>
fun <A, B, C, Z> Kind<ForNonEmptyList, Tuple3<A, B, C>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple4<A, B, C, Z>>
fun <A, B, C, D, Z> Kind<ForNonEmptyList, Tuple4<A, B, C, D>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple5<A, B, C, D, Z>>
fun <A, B, C, D, E, Z> Kind<ForNonEmptyList, Tuple5<A, B, C, D, E>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple6<A, B, C, D, E, Z>>
fun <A, B, C, D, E, FF, Z> Kind<ForNonEmptyList, Tuple6<A, B, C, D, E, FF>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple7<A, B, C, D, E, FF, Z>>
fun <A, B, C, D, E, FF, G, Z> Kind<ForNonEmptyList, Tuple7<A, B, C, D, E, FF, G>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple8<A, B, C, D, E, FF, G, Z>>
fun <A, B, C, D, E, FF, G, H, Z> Kind<ForNonEmptyList, Tuple8<A, B, C, D, E, FF, G, H>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple9<A, B, C, D, E, FF, G, H, Z>>
fun <A, B, C, D, E, FF, G, H, I, Z> Kind<ForNonEmptyList, Tuple9<A, B, C, D, E, FF, G, H, I>>.~~product~~(arg1: Kind<ForNonEmptyList, Z>): NonEmptyList<Tuple10<A, B, C, D, E, FF, G, H, I, Z>>

Do you like Arrow?

Arrow Org
<