Uses of Interface
com.github.fridujo.rabbitmq.mock.tool.Exceptions.ThrowingRunnable
-
Packages that use Exceptions.ThrowingRunnable Package Description com.github.fridujo.rabbitmq.mock.tool -
-
Uses of Exceptions.ThrowingRunnable in com.github.fridujo.rabbitmq.mock.tool
Methods in com.github.fridujo.rabbitmq.mock.tool with parameters of type Exceptions.ThrowingRunnable Modifier and Type Method Description static voidExceptions. runAndEatExceptions(Exceptions.ThrowingRunnable throwingRunnable)static <T extends Exception>
voidExceptions. runAndTransformExceptions(Exceptions.ThrowingRunnable throwingRunnable, Function<Exception,T> exceptionMapper)
-