Package org.nuxeo.common.function
package org.nuxeo.common.function
-
ClassDescriptionHelper class to handle
java.util.function
classes.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> ThrowableUnaryOperator<T,E extends Throwable>