Interface GroupingIndirectionDate<T extends IndirectionDate>

All Superinterfaces:
IndirectionDate
All Known Implementing Classes:
ConcreteGroupingIndirectionDate, GenericJoinedDate, PartitionedIndirectionDate, WindowingIndirectionDate

public interface GroupingIndirectionDate<T extends IndirectionDate> extends IndirectionDate
  • Method Details

    • getDataInGroup

      List<T> getDataInGroup()