collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.booleanarrays
/
FieldedArraysExtensions
/
mapIndexed
map
Indexed
@
JvmName
(
name
=
"mapIndexed_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_Function2_of_Int_and_Boolean_and_R_end"
)
inline
fun
<
R
,
ID
:
Any
>
Field
<
ID
,
BooleanArray
>
.
mapIndexed
(
crossinline
transform
:
(
Int
,
Boolean
)
->
R
)
:
Field
<
ID
,
List
<
R
>
>
@
JvmName
(
name
=
"mapIndexed_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_Boolean_and_R_end_end"
)
fun
<
R
,
ID
:
Any
>
BooleanArray
.
mapIndexed
(
transform
:
Field
<
ID
,
(
Int
,
Boolean
)
->
R
>
)
:
Field
<
ID
,
List
<
R
>
>
@
JvmName
(
name
=
"mapIndexed_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_Boolean_and_R_end_end"
)
fun
<
R
,
ID
:
Any
>
Field
<
ID
,
BooleanArray
>
.
mapIndexed
(
transform
:
Field
<
ID
,
(
Int
,
Boolean
)
->
R
>
)
:
Field
<
ID
,
List
<
R
>
>