Package org.eclipse.epsilon.eol.function
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
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface java.util.function.BiPredicate
and, negate, orMethods inherited from interface org.eclipse.epsilon.common.function.CheckedBiPredicate
test
-
Method Details
-
testThrows
- Specified by:
testThrowsin interfaceCheckedBiPredicate<T,U, EolRuntimeException> - Throws:
EolRuntimeException
-
applyThrows
- Specified by:
applyThrowsin interfaceCheckedBiFunction<T,U, Boolean, EolRuntimeException> - Specified by:
applyThrowsin interfaceCheckedBiPredicate<T,U, EolRuntimeException> - Specified by:
applyThrowsin interfaceCheckedEolBiFunction<T,U, Boolean> - Throws:
EolRuntimeException
-
apply
- Specified by:
applyin interfaceBiFunction<T,U, Boolean> - Specified by:
applyin interfaceCheckedBiFunction<T,U, Boolean, EolRuntimeException> - Specified by:
applyin interfaceCheckedEolBiFunction<T,U, Boolean>
-