public abstract class Observer extends Constraint
Modifier | Constructor and Description |
---|---|
protected |
Observer(Collection<? extends Observable<?>> observables) |
protected |
Observer(Observable... observables) |
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete() |
boolean |
test() |
protected abstract boolean |
testComplete() |
all, all, compileMatch, match, some, some
binds, clone, compileClear, compileClear, compileCut, compileCut, compileMatchAgain, isDeterministic, matchAgain, preserves, preserves
all, all, all, all, all, and, andThen, andThen, any, any, aside, both, clear, clear, compareTo, compile, compileIsDeterministic, compileSubPattern, compileThis, compileUpTo, cut, cut, DEBUG, either, enPassant, eq, eqNull, equal, filter, flatten, forInstancesOf, limit, main, matchOnce, matchVar, narrow, neq, neqNull, newAll, noMatch, none, or, orElse, orElse, repeat, some, some, some, some, someMatch, startCompile, test, transform, uniquely, variable, variable
protected Observer(Collection<? extends Observable<?>> observables)
protected Observer(Observable... observables)
public boolean isComplete()
public final boolean test()
test
in class Constraint
protected abstract boolean testComplete()
see also the complete user documentation .