@FunctionalInterface public interface CheckedLongConsumer
LongConsumer that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value)
Performs this operation on the given argument.
|