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