Interface CheckedPredicate3<T1,T2,T3,E extends Throwable>
- 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 CheckedPredicate3<T1,
T2, T3, E> boolean
checkedTest
(T1 t1, T2 t2, T3 t3) default CheckedPredicate3<T1,
T2, T3, E> negate()
static <T1,
T2, T3, E extends Throwable>
CheckedPredicate3<T1,T2, T3, E> of
(CheckedPredicate3<T1, T2, T3, E> predicate) default CheckedPredicate3<T1,
T2, T3, E> default boolean
-
Method Details
-
checkedTest
-
test
-
negate
-
and
default CheckedPredicate3<T1,T2, andT3, E> (CheckedPredicate3<? super T1, ? super T2, ? super T3, E> other) -
or
default CheckedPredicate3<T1,T2, orT3, E> (CheckedPredicate3<? super T1, ? super T2, ? super T3, E> other) -
of
static <T1,T2, CheckedPredicate3<T1,T3, E extends Throwable> T2, ofT3, E> (CheckedPredicate3<T1, T2, T3, E> predicate)
-