Interface TPredicate<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault TPredicate<T>and(TPredicate<? super T> other) static <T> TPredicate<T>default TPredicate<T>negate()static <T> TPredicate<T>not(TPredicate<? super T> target) default TPredicate<T>or(TPredicate<? super T> other) boolean
-
Method Details
-
test
-
and
-
negate
-
or
-
isEqual
-
not
-