public interface Collector<T>
Modifier and Type | Method and Description |
---|---|
void |
collect(ResultHandler<T> handler)
Perform the collection operation.
|
void collect(ResultHandler<T> handler) throws CollectionAbortedException, IllegalActionException
handler
- The processor object to return results to.CollectionAbortedException
- The collection operation was aborted part way through.IllegalActionException