@FunctionalInterface public interface Action
| Modifier and Type | Method and Description |
|---|---|
default void |
init() |
int |
runCycle(long value)
Apply a work function to an input value, producing an int status code.
|
int runCycle(long value)
Apply a work function to an input value, producing an int status code.
The meaning of status codes is activity specific, however the values Integer.MIN_VALUE, and Integer.MAX_VALUE are reserved.value - a long inputdefault void init()
Copyright © 2017. All rights reserved.