T
- type of the argument@FunctionalInterface public interface Predicate<T>
Modifier and Type | Method and Description |
---|---|
default Predicate<T> |
and(Predicate<? super T> other) |
static <T> Predicate<T> |
isEqual(Object targetRef) |
default Predicate<T> |
negate() |
default Predicate<T> |
or(Predicate<? super T> other) |
boolean |
test(T t) |
Copyright © 2018. All rights reserved.