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, toStringand, and, any, asMatchable, estimateCost, getLeafCount, not, or, orpublic 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 ChangeDataSourcepublic int getCardinality()
getCardinality in interface DataSource<ChangeData>DataSource.read().