ElementPredicate typedef

ElementPredicate = bool Function(Element element)

Signature for CommonFinders.byElementPredicate.

Implementation

typedef ElementPredicate = bool Function(Element element);