Uses of Interface
org.nuxeo.common.function.ThrowableFunction
-
Packages that use ThrowableFunction Package Description org.nuxeo.common.function -
-
Uses of ThrowableFunction in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableFunction Modifier and Type Method Description static <T,R,E extends Throwable>
Function<T,R>ThrowableFunction. asFunction(ThrowableFunction<T,R,E> throwableFunction)
-