public class AnyTupleMatcher extends java.lang.Object implements TupleMatcher
TupleMatcher
that matches if and only if any of its
component TupleMatcher
s match.Constructor and Description |
---|
AnyTupleMatcher(TupleMatcher m,
TupleMatcher[] matchers) |
public AnyTupleMatcher(TupleMatcher m, TupleMatcher[] matchers)
public boolean matches(com.streambase.sb.Tuple a) throws com.streambase.sb.TupleException
TupleMatcher
matches
in interface TupleMatcher
com.streambase.sb.TupleException
public com.google.gson.JsonElement describe(com.google.gson.Gson gson)
TupleMatcher
describe
in interface TupleMatcher