find abstract method
Subclasses must implement this to return a stream of objects found with the given selector.
Implementation
Stream<T> find(SelectorBuilder selector);
Subclasses must implement this to return a stream of objects found with the given selector.
Stream<T> find(SelectorBuilder selector);