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 LongSupplier
CheckedExceptionHandler. fromLongSupplier(ThrowingLongSupplier supplier)
Removes checked exceptions from method signature ofThrowingLongSupplier
.long
CheckedExceptionHandler. getAsLong(ThrowingLongSupplier supplier)
Filters out checked exceptions while runningThrowingLongSupplier
.
-