Interface ChangeDataSource
- All Superinterfaces:
- DataSource<ChangeData>,- HasCardinality
- All Known Implementing Classes:
- AndChangeSource,- IndexedChangeQuery,- OrSource
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns true if all returned ChangeData.hasChange() will be true.Methods inherited from interface com.google.gerrit.index.query.DataSourceread, readRawMethods inherited from interface com.google.gerrit.index.query.HasCardinalitygetCardinality
- 
Method Details- 
hasChangeboolean hasChange()Returns true if all returned ChangeData.hasChange() will be true.
 
-