public interface Predicate
Modifier and Type | Field and Description |
---|---|
static Predicate |
FALSE
Constant predicate that returns
false for all objects. |
static Predicate |
TRUE
Constant predicate that returns
true for all objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(java.lang.Object object)
Evaluates the predicate for the given object.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"