Interface CheckedPredicate<T,E extends Exception>

All Superinterfaces:
CheckedFunction<T,Boolean,E>, Function<T,Boolean>, Predicate<T>
All Known Subinterfaces:
CheckedEolPredicate<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CheckedPredicate<T,E extends Exception> extends Predicate<T>, CheckedFunction<T,Boolean,E>
Since:
1.6
Author:
Sina Madani