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 DoubleSupplierCheckedExceptionHandler. fromDoubleSupplier(ThrowingDoubleSupplier supplier)Removes checked exceptions from method signature ofThrowingDoubleSupplier.doubleCheckedExceptionHandler. getAsDouble(ThrowingDoubleSupplier supplier)Filters out checked exceptions while runningThrowingDoubleSupplier.
-