T - as input type of data to the ChainO - as output type result of the Chainpublic interface Chain<T,O>
| Modifier and Type | Method and Description |
|---|---|
O |
chain(T t) |
List |
getProcessors()
Gets the
List of processors in the chain |
O chain(T t) throws BreakChainException
BreakChainExceptionCopyright © 2018. All rights reserved.