public final class FalsePredicate<T> extends java.lang.Object implements Predicate<T>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Predicate<java.lang.Object> |
INSTANCE
Singleton predicate instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(T object)
Evaluates the predicate returning false always.
|
static <T> Predicate<T> |
falsePredicate()
Get a typed instance.
|
public static final Predicate<java.lang.Object> INSTANCE
public static <T> Predicate<T> falsePredicate()
T
- the type that the predicate queriesCopyright © 2001-2013. All Rights Reserved.