Skip to content

Kotlin BSON • Multiplatform abstraction for different BSON implementationsopensavvy.ktmongo.bsonBsonPathSelector

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.