toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
combine
combine
fun
<
T1
,
T2
>
Iterable
<
T1
>
.
combine
(
other
:
Iterable
<
T2
>
)
:
List
<
Pair
<
T1
,
T2
>
>
inline
fun
<
T1
,
T2
,
R
>
Iterable
<
T1
>
.
combine
(
other
:
Iterable
<
T2
>
,
transform
:
(
thisItem
:
T1
,
otherItem
:
T2
)
->
R
)
:
List
<
R
>