public interface ObjDoubleConsumer<T> extends java.util.function.ObjDoubleConsumer<T>, Try.ObjDoubleConsumer<T,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
double value) |
void accept(T t, double value)
accept
in interface java.util.function.ObjDoubleConsumer<T>
accept
in interface Try.ObjDoubleConsumer<T,java.lang.RuntimeException>