Uses of Interface
org.n52.janmayen.function.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description org.n52.janmayen.exception org.n52.janmayen.function -
-
Uses of ThrowingRunnable in org.n52.janmayen.exception
Methods in org.n52.janmayen.exception with parameters of type ThrowingRunnable Modifier and Type Method Description <X extends Exception>
voidCompositeException. run(ThrowingRunnable<X> runnable)<X extends Exception>
RunnableCompositeException. wrapRunnable(ThrowingRunnable<X> runnable) -
Uses of ThrowingRunnable in org.n52.janmayen.function
Methods in org.n52.janmayen.function that return ThrowingRunnable Modifier and Type Method Description default ThrowingRunnable<X>ThrowingConsumer. curry(A t)Create aThrowingRunnableby currying the parameter.
-