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, setState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
consume
getState, setState
protected AbstractMCons()
protected AbstractMCons(S state)
public boolean more()
more
in interface Operators.MCons<X,S>
see also the complete user documentation .