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>