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