Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ThrowingFunction
-
Packages that use ExceptionHandler.ThrowingFunction Package Description fr.igred.omero.exception This package contains wrapper classes for exceptions and an exception handler. -
-
Uses of ExceptionHandler.ThrowingFunction in fr.igred.omero.exception
Methods in fr.igred.omero.exception with parameters of type ExceptionHandler.ThrowingFunction Modifier and Type Method Description static <I,R>
ExceptionHandler<R>ExceptionHandler. of(I input, ExceptionHandler.ThrowingFunction<? super I,? extends R,? extends java.lang.Exception> mapper)
Creates an ExceptionHandler from an object and a function.
-