public static interface Operators.MCons<X,S> extends Operators.State<S>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(X x) |
boolean |
more() |
getState, setStateboolean more()
void consume(X x)
see also the complete user documentation .