public interface Action extends LongConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value)
Apply a work function to an input value.
|
default void |
init() |
andThenvoid accept(long value)
Apply a work function to an input value.
accept in interface LongConsumervalue - a long inputdefault void init()
Copyright © 2017. All rights reserved.