MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync • JvmMongoIterable • firstOrNull
firstOrNull¶
open override fun firstOrNull(): Document?
Returns the first document found by this query, or null
if none were found.
MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync • JvmMongoIterable • firstOrNull
open override fun firstOrNull(): Document?
Returns the first document found by this query, or null
if none were found.