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