find abstract method

Stream<T> find(
  1. SelectorBuilder selector
)

Subclasses must implement this to return a stream of objects found with the given selector.

Implementation

Stream<T> find(SelectorBuilder selector);