Package org.nuxeo.common.function
-
Interface Summary Interface Description ThrowableBiConsumer<T,U,E extends Throwable> ThrowableConsumer<T,E extends Throwable> ThrowableFunction<T,R,E extends Throwable> ThrowableRunnable<E extends Throwable> ThrowableSupplier<T,E extends Throwable> -
Class Summary Class Description FunctionUtils Helper class to handlejava.util.function
classes.