Uses of Interface
com.machinezoo.noexception.throwing.ThrowingObjDoubleConsumer
-
Packages that use ThrowingObjDoubleConsumer Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingObjDoubleConsumer in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingObjDoubleConsumer Modifier and Type Method Description <T> ObjDoubleConsumer<T>
CheckedExceptionHandler. fromObjDoubleConsumer(ThrowingObjDoubleConsumer<T> consumer)
Removes checked exceptions from method signature ofThrowingObjDoubleConsumer
.
-