Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
forEach
for
Each
inline
fun
Query
.
forEach
(
action
:
(
row
:
QueryRowSet
)
->
Unit
)
(
source
)
Perform the given
action
on each row of the query.
Since
3.0.0