Interface CheckedPredicate1<T,E extends Throwable>
- All Superinterfaces:
Predicate<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 CheckedPredicate1<T,E> and(CheckedPredicate1<? super T, E> other) booleancheckedTest(T t) default CheckedPredicate1<T,E> negate()static <T> Predicate<T>static <T,E extends Throwable>
CheckedPredicate1<T,E> of(CheckedPredicate1<T, E> predicate) default CheckedPredicate1<T,E> or(CheckedPredicate1<? super T, E> other) default boolean