Uses of Interface
com.machinezoo.noexception.throwing.ThrowingIntSupplier
-
Packages that use ThrowingIntSupplier Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingIntSupplier in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingIntSupplier Modifier and Type Method Description IntSupplier
CheckedExceptionHandler. fromIntSupplier(ThrowingIntSupplier supplier)
Removes checked exceptions from method signature ofThrowingIntSupplier
.int
CheckedExceptionHandler. getAsInt(ThrowingIntSupplier supplier)
Filters out checked exceptions while runningThrowingIntSupplier
.
-