Interface ReportFeatureMerger

All Superinterfaces:
Predicate<List<ReducingMethod>>

public interface ReportFeatureMerger extends Predicate<List<ReducingMethod>>
  • Method Summary

    Modifier and Type
    Method
    Description
    merge(List<Feature> features)
    Merger's type depends on a ReducingMethod which is coming from the configuration.

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • merge

      List<Feature> merge(List<Feature> features)
      Merger's type depends on a ReducingMethod which is coming from the configuration.
      Parameters:
      features - features for merger
      Returns:
      list of features which are organized by merger.
      See Also:
      • ReportFeatureAppendableMerger
      • ReportFeatureByIdMerger
      • ReportFeatureWithRetestMerger