Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ThrowingConsumer
Packages that use ExceptionHandler.ThrowingConsumer
Package
Description
This package contains wrapper classes for exceptions and an exception handler.
-
Uses of ExceptionHandler.ThrowingConsumer in fr.igred.omero.exception
Methods in fr.igred.omero.exception with parameters of type ExceptionHandler.ThrowingConsumerModifier 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.