@FunctionalInterface public interface LongConsumer
long-valued input argument.Consumer| Modifier and Type | Interface and Description |
|---|---|
static class |
LongConsumer.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value)
Performs operation on the given argument.
|
Copyright © 2017. All rights reserved.