Interface CheckedEolBiPredicate<T,U>

Type Parameters:
T -
U -
All Superinterfaces:
BiFunction<T,U,Boolean>, BiPredicate<T,U>, CheckedBiFunction<T,U,Boolean,EolRuntimeException>, CheckedBiPredicate<T,U,EolRuntimeException>, CheckedEolBiFunction<T,U,Boolean>
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 CheckedEolBiPredicate<T,U> extends CheckedEolBiFunction<T,U,Boolean>, CheckedBiPredicate<T,U,EolRuntimeException>
Since:
1.6
Author:
Sina Madani