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