korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure.iterators
/
parallelMapInt
parallel
Map
Int
inline
fun
<
T
>
List
<
T
>
.
parallelMapInt
(
crossinline
transform
:
(
T
)
->
Int
)
:
IntArray
inline
fun
IntArray
.
parallelMapInt
(
crossinline
transform
:
(
Int
)
->
Int
)
:
IntArray
inline
fun
IntArrayList
.
parallelMapInt
(
crossinline
transform
:
(
Int
)
->
Int
)
:
IntArray
inline
fun
IntRange
.
parallelMapInt
(
crossinline
transform
:
(
Int
)
->
Int
)
:
IntArray