KtMongo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KtMongo
MongoDB driver for Kotlin (synchronous)
/
opensavvy.ktmongo.sync
/
JvmMongoCollection
/
findOneAndUpdate
find
One
And
Update
jvm
open
override
fun
findOneAndUpdate
(
options
:
UpdateOptions
<
Document
>
.
(
)
->
Unit
,
filter
:
FilterQuery
<
Document
>
.
(
)
->
Unit
,
update
:
UpdateQuery
<
Document
>
.
(
)
->
Unit
)
:
Document
?
(
source
)