Modifier and Type | Field and Description |
---|---|
static Predicate |
FALSE
Deprecated.
A predicate which is always false
|
static Predicate |
TRUE
Deprecated.
A predicate which is always true
|
Modifier and Type | Method and Description |
---|---|
static <T> Predicate<T> |
FALSE()
Deprecated.
A predicate which is always false
|
static <T> Predicate<T> |
TRUE()
Deprecated.
A predicate which is always true
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.