E - the type of the exceptionpublic interface ThrowableLongConsumer<E extends java.lang.Throwable>
long-valued input argument.LongConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value)
Performs operation on the given argument.
|