public final class FalsePredicate<T> extends java.lang.Object implements Predicate<T>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Predicate |
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.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"