stream-result
1.0.0
jvm
stream-result-call
/
io.getstream.result.call
/
zipWith
zip
With
fun
<
T
:
Any
,
K
:
Any
>
Call
<
T
>
.
zipWith
(
call
:
Call
<
K
>
)
:
Call
<
Pair
<
T
,
K
>
>
Zips a
Call
of
T
and a given
call
of
K
.
Parameters
call
Call
to zip with the given
Call
.