Saxon.Api
Interface Predicate<T>
-
public interface Predicate<T>
Interface defining the predicate function, to be implementated by the caller
Method Summary |
|
---|---|
bool | matches(T value) Test whether a given item, at a given position in the sequence, matches the filter |
Test whether a given item, at a given position in the sequence, matches the filter
Parameters:
value
- the value to be matchedReturns: