Uses of Interface
com.machinezoo.noexception.throwing.ThrowingDoubleConsumer
-
Packages that use ThrowingDoubleConsumer Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingDoubleConsumer in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingDoubleConsumer Modifier and Type Method Description DoubleConsumer
CheckedExceptionHandler. fromDoubleConsumer(ThrowingDoubleConsumer consumer)
Removes checked exceptions from method signature ofThrowingDoubleConsumer
.
-