Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ThrowingFunction
Package
Description
This package contains wrapper classes for exceptions and an exception handler.
-
Uses of ExceptionHandler.ThrowingFunction in fr.igred.omero.exception
Modifier and TypeMethodDescriptionstatic <I,
R> ExceptionHandler<R> ExceptionHandler.of
(I input, ExceptionHandler.ThrowingFunction<? super I, ? extends R, ? extends Exception> mapper) Creates an ExceptionHandler from an object and a function.