Selekt
Toggle table of contents
0.30.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Selekt
selekt-commons
/
com.bloomberg.selekt.commons
/
times
times
operator
fun
<
L
,
R
>
Iterable
<
L
>
.
times
(
other
:
Iterable
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
(
source
)
operator
fun
<
L
,
R
>
Array
<
L
>
.
times
(
other
:
Array
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
(
source
)
operator
fun
<
L
,
R
>
Array
<
L
>
.
times
(
other
:
Iterable
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
(
source
)
operator
fun
<
L
,
R
>
Iterable
<
L
>
.
times
(
other
:
Array
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
(
source
)