Class | Description |
---|---|
AbstractResultCollector<T,S> |
The
AbstractResultCollector class is an abstract base implementation of the ResultCollector interface
encapsulating common functionality for collecting results from a Function execution. |
SingleResultReturningCollector<T> |
The
SingleResultReturningCollector class is an implementation of the ResultCollector interface
which returns a single result . |