Uses of Interface
com.machinezoo.noexception.throwing.ThrowingLongSupplier
-
Packages that use ThrowingLongSupplier Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingLongSupplier in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingLongSupplier Modifier and Type Method Description LongSupplierCheckedExceptionHandler. fromLongSupplier(ThrowingLongSupplier supplier)Removes checked exceptions from method signature ofThrowingLongSupplier.longCheckedExceptionHandler. getAsLong(ThrowingLongSupplier supplier)Filters out checked exceptions while runningThrowingLongSupplier.
-