R - the result type
public BaseCoAcceptor<R>
The base interface for pipeline and acceptor classes.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosed()
true if the acceptor is closed |
boolean |
getComplete()
true if all sequences in the input are complete |
R |
getResult()
the result of the acceptor
|