Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
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.