public interface Predicates
Predicate
s.Modifier and Type | Method and Description |
---|---|
static <T> Predicate<T> |
isFalse()
A
Predicate that yields always false . |
static <T> Predicate<T> |
isTrue()
A
Predicate that yields always true . |
static <T> Predicate<T> |
negate(Predicate<T> predicate)
Returns a
Predicate that represents the logical negation of predicate . |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.