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.iterables
/
FieldedCollectionsExtensions
/
onEach
on
Each
@
JvmName
(
name
=
"onEach_with_it_unibo_collektive_aggregate_Field_of_C_end_and_Function1_of_T_and_Unit_end"
)
inline
fun
<
T
,
C
:
Iterable
<
T
>
,
ID
:
Any
>
Field
<
ID
,
C
>
.
onEach
(
crossinline
action
:
(
T
)
->
Unit
)
:
Field
<
ID
,
C
>
@
JvmName
(
name
=
"onEach_with_C_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Unit_end_end"
)
fun
<
T
,
C
:
Iterable
<
T
>
,
ID
:
Any
>
C
.
onEach
(
action
:
Field
<
ID
,
(
T
)
->
Unit
>
)
:
Field
<
ID
,
C
>
@
JvmName
(
name
=
"onEach_with_it_unibo_collektive_aggregate_Field_of_C_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Unit_end_end"
)
fun
<
T
,
C
:
Iterable
<
T
>
,
ID
:
Any
>
Field
<
ID
,
C
>
.
onEach
(
action
:
Field
<
ID
,
(
T
)
->
Unit
>
)
:
Field
<
ID
,
C
>