Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonPath • Selector
Selector¶
sealed interface Selector
Represents a unique selector in a multi-selector segment.
Selectors are generally obtained using the methods on BsonPath.Root that return a PathOrSelector.
Inheritors¶
Functions¶
findInParent¶
@LowLevelApi
abstract fun findInParent(reader: BsonValueReader): Sequence<BsonValueReader>
Applies the filters described by this path on the reader.