KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
MongoDB driver for Kotlin (coroutines)
/
opensavvy.ktmongo.coroutines
/
forEach
for
Each
common
inline suspend
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
forEach
(
noinline
action
:
suspend
(
Document
)
->
Unit
)
(
source
)