Uses of Interface
com.machinezoo.noexception.throwing.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingSupplier in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingSupplier Modifier and Type Method Description <T> T
CheckedExceptionHandler. get(ThrowingSupplier<T> supplier)
Filters out checked exceptions while runningThrowingSupplier
.<T> Supplier<T>
CheckedExceptionHandler. supplier(ThrowingSupplier<T> supplier)
Removes checked exceptions from method signature ofThrowingSupplier
.
-