arrow-core / arrow.core.extensions / NonEmptyListZip

NonEmptyListZip

interface ~~NonEmptyListZip~~ : Zip<ForNonEmptyList>, NonEmptyListSemialign Deprecated: Zip typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on NonEmptyList.

Functions

zip open fun <A, B> Kind<ForNonEmptyList, A>.zip(other: Kind<ForNonEmptyList, B>): Kind<ForNonEmptyList, Tuple2<A, B>>

Inheritors

NonEmptyListUnzip interface ~~NonEmptyListUnzip~~ : Unzip<ForNonEmptyList>, NonEmptyListZip

Do you like Arrow?

Arrow Org
<