Package org.apache.ignite.internal.util.function
-
Interface Summary Interface Description ThrowableBiFunction<T,U,R,E extends Throwable> Specific interface for transmitting exceptions from lambda to external method without a catch.ThrowableFunction<R,T,E extends Exception> Specific interface for transmitting exceptions from lambda to external method without a catch.ThrowableSupplier<T,E extends Throwable> Specific interface for transmitting exceptions from lambda to external method without a catch.