Uses of Interface
com.pivovarit.function.ThrowingRunnable
Packages that use ThrowingRunnable
Package
Description
The
com.pivovarit.function package contains checked equivalents of the java.util.function package-
Uses of ThrowingRunnable in com.pivovarit.function
Methods in com.pivovarit.function with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic RunnableThrowingRunnable.sneaky(ThrowingRunnable<?> runnable) Returns a new Runnable instance which rethrows the checked exception using the Sneaky Throws patternstatic RunnableThrowingRunnable.unchecked(ThrowingRunnable<?> runnable)