Interface ChangeDataSource
-
- All Superinterfaces:
DataSource<ChangeData>
- All Known Implementing Classes:
AndChangeSource
,IndexedChangeQuery
,OrSource
public interface ChangeDataSource extends DataSource<ChangeData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasChange()
Returns true if all returned ChangeData.hasChange() will be true.-
Methods inherited from interface com.google.gerrit.index.query.DataSource
getCardinality, read, readRaw
-
-