T - the type of the first argumentpublic 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 © 2018. All rights reserved.