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