Uses of Interface
com.pivovarit.function.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description com.pivovarit.function Thecom.pivovarit.function
package contains checked equivalents of thejava.util.function
package -
-
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.Runnable
ThrowingRunnable. sneaky(ThrowingRunnable<?> runnable)
Returns a new Runnable instance which rethrows the checked exception using the Sneaky Throws patternstatic java.lang.Runnable
ThrowingRunnable. unchecked(ThrowingRunnable<?> runnable)
-