arrow-core / arrow.core.extensions / NonEmptyListZip
interface ~~NonEmptyListZip~~ : Zip<ForNonEmptyList>,
NonEmptyListSemialign
Deprecated: Zip typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on NonEmptyList.
zip | open fun <A, B> Kind<ForNonEmptyList, A>.zip(other: Kind<ForNonEmptyList, B>): Kind<ForNonEmptyList, Tuple2<A, B>> |
NonEmptyListUnzip | interface ~~NonEmptyListUnzip~~ : Unzip<ForNonEmptyList>, NonEmptyListZip |
Do you like Arrow?
✖