mongodb-driver-kotlin-sync
5.3.0
jvm
mongodb-driver-kotlin-sync
/
com.mongodb.kotlin.client
/
MongoIterable
/
forEach
for
Each
fun
forEach
(
action
:
(
T
)
->
Unit
)
Performs the given
action
on each element and safely closes the cursor.