arrow-analysis-laws
2.0.2-alpha.6
arrow-analysis-laws
/
arrow.analysis.laws.kotlin
/
CollectionLaws
/
zipLaw
zip
Law
inline
fun
<
T
,
R
>
Collection
<
T
>
.
zipLaw
(
other
:
Collection
<
R
>
)
:
List
<
Pair
<
T
,
R
>
>
Content copied to clipboard
inline
fun
<
T
,
R
,
V
>
Collection
<
T
>
.
zipLaw
(
other
:
Collection
<
R
>
,
transform
:
(
T
,
R
)
->
V
)
:
List
<
V
>
Content copied to clipboard