Uses of Interface
com.machinezoo.noexception.throwing.ThrowingDoubleSupplier
-
Packages that use ThrowingDoubleSupplier Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingDoubleSupplier in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingDoubleSupplier Modifier and Type Method Description DoubleSupplier
CheckedExceptionHandler. fromDoubleSupplier(ThrowingDoubleSupplier supplier)
Removes checked exceptions from method signature ofThrowingDoubleSupplier
.double
CheckedExceptionHandler. getAsDouble(ThrowingDoubleSupplier supplier)
Filters out checked exceptions while runningThrowingDoubleSupplier
.
-