public class OrSource extends OrPredicate<ChangeData> implements ChangeDataSource
Constructor and Description |
---|
OrSource(Collection<? extends Predicate<ChangeData>> that) |
Modifier and Type | Method and Description |
---|---|
int |
getCardinality() |
boolean |
hasChange() |
ResultSet<ChangeData> |
read() |
ResultSet<FieldBundle> |
readRaw() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, isMatchable, match, toString
and, and, any, asMatchable, estimateCost, getLeafCount, not, or, or
public OrSource(Collection<? extends Predicate<ChangeData>> that)
public ResultSet<ChangeData> read()
read
in interface DataSource<ChangeData>
public ResultSet<FieldBundle> readRaw()
readRaw
in interface DataSource<ChangeData>
public boolean hasChange()
hasChange
in interface ChangeDataSource
public int getCardinality()
getCardinality
in interface DataSource<ChangeData>
DataSource.read()
.