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