@FunctionalInterface public interface LongProcedure extends LongConsumer, Serializable
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(long each) |
void |
value(long each) |
andThenvoid value(long each)
default void accept(long each)
accept in interface LongConsumerCopyright © 2004–2020. All rights reserved.