Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ThrowingConsumer
-
Packages that use ExceptionHandler.ThrowingConsumer Package Description fr.igred.omero.exception 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.ThrowingConsumer Modifier and Type Method Description static <I> ExceptionHandler<I>
ExceptionHandler. ofConsumer(I input, ExceptionHandler.ThrowingConsumer<? super I,? extends java.lang.Exception> consumer)
Creates an ExceptionHandler from an object and a function with no return value.
-