Interface TBiPredicate<T,U>
- 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 TBiPredicate<T, U> and(TBiPredicate<? super T, ? super U> other) default BiPredicate<T, U> negate()default TBiPredicate<T, U> or(TBiPredicate<? super T, ? super U> other) boolean
-
Method Details
-
test
-
and
-
negate
-
or
-