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 void
CheckedExceptionHandler. run(ThrowingRunnable runnable)
Filters out checked exceptions while runningThrowingRunnable
.Runnable
CheckedExceptionHandler. runnable(ThrowingRunnable runnable)
Removes checked exceptions from method signature ofThrowingRunnable
.
-