arrow-core-data / arrow.core / kotlin.collections.Iterable / zip
inline fun <B, C, D, E>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, transform: (B, C, D) -> E):
List
<E>
inline fun <B, C, D, E, F>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, transform: (B, C, D, E) -> F):
List
<F>
inline fun <B, C, D, E, F, G>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, f:
Iterable
<F>, transform: (B, C, D, E, F) -> G):
List
<G>
inline fun <B, C, D, E, F, G, H>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, f:
Iterable
<F>, g:
Iterable
<G>, transform: (B, C, D, E, F, G) -> H):
List
<H>
inline fun <B, C, D, E, F, G, H, I>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, f:
Iterable
<F>, g:
Iterable
<G>, h:
Iterable
<H>, transform: (B, C, D, E, F, G, H) -> I):
List
<I>
inline fun <B, C, D, E, F, G, H, I, J>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, f:
Iterable
<F>, g:
Iterable
<G>, h:
Iterable
<H>, i:
Iterable
<I>, transform: (B, C, D, E, F, G, H, I) -> J):
List
<J>
inline fun <B, C, D, E, F, G, H, I, J, K>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, f:
Iterable
<F>, g:
Iterable
<G>, h:
Iterable
<H>, i:
Iterable
<I>, j:
Iterable
<J>, transform: (B, C, D, E, F, G, H, I, J) -> K):
List
<K>
inline fun <B, C, D, E, F, G, H, I, J, K, L>
Iterable
<B>.zip(c:
Iterable
<C>, d:
Iterable
<D>, e:
Iterable
<E>, f:
Iterable
<F>, g:
Iterable
<G>, h:
Iterable
<H>, i:
Iterable
<I>, j:
Iterable
<J>, k:
Iterable
<K>, transform: (B, C, D, E, F, G, H, I, J, K) -> L):
List
<L>
Do you like Arrow?
✖