Package org.apache.drill.common.util.function
package org.apache.drill.common.util.function
-
ClassDescriptionCheckedConsumer<T,
E extends Throwable> CheckedFunction<T,R, E extends Throwable> Extension ofFunction
that allows to throw checked exception.CheckedSupplier<T,E extends Exception> The java standard library does not provide a lambda function interface for functions that take no arguments, but that throw an exception.