toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.entity
/
forEach
for
Each
inline
fun
<
E
:
Any
>
EntitySequence
<
E
,
*
>
.
forEach
(
action
:
(
E
)
->
Unit
)
(
source
)
Perform the given
action
on each element.
The operation is terminal.