Interface CheckedEolPredicate<T>

All Superinterfaces:
CheckedEolFunction<T,Boolean>, CheckedFunction<T,Boolean,EolRuntimeException>, CheckedPredicate<T,EolRuntimeException>, Function<T,Boolean>, 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.

@FunctionalInterface public interface CheckedEolPredicate<T> extends CheckedPredicate<T,EolRuntimeException>, CheckedEolFunction<T,Boolean>
Since:
1.6
Author:
Sina Madani