Uses of Interface
com.machinezoo.noexception.throwing.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingRunnable in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingRunnable Modifier and Type Method Description voidCheckedExceptionHandler. run(ThrowingRunnable runnable)Filters out checked exceptions while runningThrowingRunnable.RunnableCheckedExceptionHandler. runnable(ThrowingRunnable runnable)Removes checked exceptions from method signature ofThrowingRunnable.
-