Uses of Interface
com.pivovarit.function.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description com.pivovarit.function Thecom.pivovarit.functionpackage contains checked equivalents of thejava.util.functionpackage -
-
Uses of ThrowingRunnable in com.pivovarit.function
Methods in com.pivovarit.function with parameters of type ThrowingRunnable Modifier and Type Method Description static java.lang.RunnableThrowingRunnable. sneaky(ThrowingRunnable<?> runnable)Returns a new Runnable instance which rethrows the checked exception using the Sneaky Throws patternstatic java.lang.RunnableThrowingRunnable. unchecked(ThrowingRunnable<?> runnable)
-