public interface Predicate<T>
Modifier and Type | Method and Description |
---|---|
boolean |
matches(T value)
Ask whether a given value matches the predicate
|
boolean matches(T value)
value
- the value to be testedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.