Uses of Interface
org.scijava.ops.spi.OpExecutionException.ThrowingSupplier
-
-
Uses of OpExecutionException.ThrowingSupplier in org.scijava.ops.spi
Methods in org.scijava.ops.spi with parameters of type OpExecutionException.ThrowingSupplier Modifier and Type Method Description static <T> TOpExecutionException. wrapAndRun(OpExecutionException.ThrowingSupplier<T> supplier)Runs aSupplierthat throws some checkedException, wrapping theExceptioninto anOpExecutionExceptionif it is thrown.
-