arrow-core / arrow.core.extensions.nonemptylist.unzip / arrow.Kind / unzipWith
@JvmName("unzipWith") fun <A, B, C> Kind<ForNonEmptyList, C>.~~unzipWith~~(arg1: (C) -> Tuple2<A, B>): Tuple2<Kind<ForNonEmptyList, A>, Kind<ForNonEmptyList, B>>
Deprecated: @extension kinded projected functions are deprecated
Do you like Arrow?
✖