createFinder abstract method
- SerializableFinder finder,
- CreateFinderFactory finderFactory
Signature for functions that run the given finder and return the Element found, if any, or null otherwise.
Call finderFactory
to create known, nested Finders from SerializableFinders.
Implementation
Finder createFinder(SerializableFinder finder, CreateFinderFactory finderFactory);