java.io.Serializable
, Predicate<T>
public final class FalsePredicate<T> extends java.lang.Object implements Predicate<T>, java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
static Predicate |
INSTANCE |
Singleton predicate instance
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
evaluate(T object) |
Evaluates the predicate returning false always.
|
static <T> Predicate<T> |
falsePredicate() |
Get a typed instance.
|
Copyright © 2001-2019 - Apache Software Foundation