Known Direct Subclasses |
A processor base class that chains a serial of Operator<T>
and executes them.
Typically, users could use its subclasses, e.g. ImageProcessor
rather than directly use this one.
T |
process(T x)
|
x |
---|