public abstract static class Operators.AbstractMCons<X,S> extends Operators.AbstractState<S> implements Operators.MCons<X,S>
state| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMCons() |
protected |
AbstractMCons(S state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
more() |
getState, setStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsumegetState, setStateprotected AbstractMCons()
protected AbstractMCons(S state)
public boolean more()
more in interface Operators.MCons<X,S>see also the complete user documentation .