Readonly_Readonly_ReadonlyandReadonlyeitherCombine filters with OR. Returns new finder.
ReadonlyfindFind all matching elements from a shape.
ReadonlyfindFind exactly one matching element. Returns error if 0 or more than 1 match.
ReadonlyinFilter to elements in a list. Returns new finder.
ReadonlynegateNegate: invert all filters on this finder.
ReadonlynotInvert a filter. Returns new finder.
ReadonlyorUnion: element must match this finder OR other.
ReadonlyshouldCheck if an element passes all filters.
ReadonlywhenAdd a custom predicate filter. Returns new finder.
Intersect: element must match both this finder AND other.