Package org.eclipse.epsilon.common.function
package org.eclipse.epsilon.common.function
-
ClassDescriptionBaseDelegate<T extends BaseDelegate<? extends T>>Convenience interface for classes which may have a parent ("base") in order to delegate failed operations to (for example, variable lookups).CheckedBiConsumer<T,
U, E extends Exception> CheckedBiFunction<T,U, R, E extends Exception> CheckedBinaryOperator<T,E extends Exception> CheckedBiPredicate<T,U, E extends Exception> CheckedConsumer<T,E extends Exception> CheckedFunction<T,R, E extends Exception> CheckedPredicate<T,E extends Exception> CheckedRunnable<E extends Exception>CheckedSupplier<R,E extends Exception> CheckedUnaryOperator<T,E extends Exception> ExceptionContainer<E extends Exception>Utility class for wrapping an exception, which is useful for exception-handling in commonly used lambda expressions where checked exceptions can't be thrown and variables outside the scope can't be assigned due to "effectively final" requirement.ExceptionHandler<E extends Exception>