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 IntSupplierCheckedExceptionHandler. fromIntSupplier(ThrowingIntSupplier supplier)Removes checked exceptions from method signature ofThrowingIntSupplier.intCheckedExceptionHandler. getAsInt(ThrowingIntSupplier supplier)Filters out checked exceptions while runningThrowingIntSupplier.
-