public final class Predicates
extends java.lang.Object
Predicates| Modifier and Type | Field and Description |
|---|---|
static Predicate |
FALSE
A predicate which is always false
|
static Predicate |
TRUE
A predicate which is always true
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
FALSE()
A predicate which is always false
|
static <T> Predicate<T> |
TRUE()
A predicate which is always true
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"