public class IntPredicateTrue extends java.lang.Object implements IntPredicate
Constructor and Description |
---|
IntPredicateTrue() |
Modifier and Type | Method and Description |
---|---|
static IntPredicateTrue |
getInstance() |
boolean |
matches(int value)
Ask whether a given value matches this predicate
|
public static IntPredicateTrue getInstance()
public boolean matches(int value)
matches
in interface IntPredicate
value
- the value to be testedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.