public abstract class ReduceCompute<T> extends AbstractSingleDataCompute<T>
| Constructor and Description |
|---|
ReduceCompute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(IMessage<T> content)
Execute with an incoming message
|
abstract boolean |
reduce(T content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecute