filter method Null safety
Return another Iterable when given an Iterable of candidates from a parent Finder.
This is the method to implement when subclassing ChainedFinder.
Implementation
Iterable<Element> filter(Iterable<Element> parentCandidates);