| Interface | Description |
|---|---|
| BaseCoAcceptor<R> |
The base interface for pipeline and acceptor classes.
|
| CoAcceptor<A,R> |
An acceptor that takes a value of the specified type.
|
| CoPipeline<A,E,R> |
A pipeline that accepts and emits values of the specified types.
|
| IntCoAcceptor<R> |
An acceptor that takes an integer value. Includes default functions to cater for the common cases of strings or byte
arrays being used for integer values.
|
| IntCoPipeline<R> |
A pipeline that accepts and emits integer values.
|
| IntObjectCoPipeline<E,R> |
A pipeline that takes integer values and emits object values.
|