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) default TPredicate<T>default TPredicate<T>negate()default TPredicate<T>or(TPredicate<? super T> other) boolean
-
Method Details
-
test
-
and
-
negate
-
or
-
isEqual
-