T - the type of the first argumentpublic interface ObjLongConsumer<T>
BiConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
long value)
Performs operation on two arguments.
|
void accept(T t, long value)
t - the first argumentvalue - the second argumentCopyright © 2018. All rights reserved.