Interface | Description |
---|---|
IObjectCollector<T> |
Implementors will be called by for elements in a loop or a recursive
processing.
|
IObjectProcessor<T> |
Specifies a simple interface that allows loops or recursive executions
to send each object to an implementor of this interface.
|