R - the result type
public BaseCoAcceptor<R>
The base interface for pipeline and acceptor classes.
boolean getComplete()
true if all sequences in the input are complete
boolean getClosed()
true if the acceptor is closed
R getResult()
the result of the acceptor
void flush()
Flush the acceptor (required by some implementations - default is a no-operation).