public class CoreAction extends Object implements Action
| Constructor and Description |
|---|
CoreAction(ActivityDef activityDef,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value)
Apply a work function to an input value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic CoreAction(ActivityDef activityDef, int slot)
public void accept(long value)
ActionApply a work function to an input value.
accept in interface Actionaccept in interface LongConsumervalue - a long inputCopyright © 2017. All rights reserved.