Interface GroupBySupplier

All Superinterfaces:
Supplier<GroupedKey>
All Known Implementing Classes:
AbstractDateGroupBySupplier, YearGroupBySupplier, YearMonthDayGroupBySupplier, YearMonthGroupBySupplier

public interface GroupBySupplier extends Supplier<GroupedKey>
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get