T - the type of the first argument@FunctionalInterface public interface ObjDoubleConsumer<T>
BiConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
double value)
Performs operation on two arguments.
|
void accept(T t, double value)
t - the first argumentvalue - the second argumentCopyright © 2017. All rights reserved.