kongo
Toggle table of contents
0.8.0
jvm
Platform filter
jvm
Switch theme
Search in API
kongo
services
/
dev.stashy.kongo.collection
/
updateMany
update
Many
inline suspend
fun
<
T
:
Any
>
MongoCollection
<
T
>
.
updateMany
(
options
:
UpdateOptions
.
(
)
->
Unit
=
{ }
,
filter
:
FilterBuilder
<
T
>
.
(
)
->
Bson
,
update
:
UpdateBuilder
<
T
>
.
(
)
->
Bson
)
:
UpdateResult
(
source
)