findIn

open override fun findIn(reader: BsonValue): Sequence<BsonValue>(source)

Applies the filters described by this path on the reader.

Implementation notes

The reader is the root data. The path should recursively search by applying the parent's findIn first.