@FunctionalInterface public interface LongObjConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long a,
T b)
Performs this operation on the given arguments.
|
void accept(long a,
T b)
a - the first input argumentb - the second input argumentCopyright © 2020. All rights reserved.