public class AllTupleMatcher extends java.lang.Object implements TupleMatcher
TupleMatcher
that matches if and only if all of its
component TupleMatcher
s match.Constructor and Description |
---|
AllTupleMatcher(TupleMatcher m,
TupleMatcher[] matchers) |
public AllTupleMatcher(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