arrow-core / arrow.core.extensions / ListKZip
interface ~~ListKZip~~ : Zip<ForListK>,
ListKSemialign
Deprecated: Zip typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
zip | open fun <A, B> Kind<ForListK, A>.zip(other: Kind<ForListK, B>): Kind<ForListK, Tuple2<A, B>> |
ListKUnzip | interface ~~ListKUnzip~~ : Unzip<ForListK>, ListKZip |
Do you like Arrow?
✖