Class YearMonthGroupBySupplier
java.lang.Object
me.ahoo.cosid.segment.grouped.date.AbstractDateGroupBySupplier<YearMonth>
me.ahoo.cosid.segment.grouped.date.YearMonthGroupBySupplier
- All Implemented Interfaces:
Supplier<GroupedKey>,GroupBySupplier
Year-month based group key supplier.
-
Field Summary
Fields inherited from class me.ahoo.cosid.segment.grouped.date.AbstractDateGroupBySupplier
formatter -
Constructor Summary
ConstructorsConstructorDescriptionYearMonthGroupBySupplier(String pattern) Creates a supplier with the specified pattern.YearMonthGroupBySupplier(DateTimeFormatter formatter) Creates a supplier with the specified formatter. -
Method Summary
Methods inherited from class me.ahoo.cosid.segment.grouped.date.AbstractDateGroupBySupplier
get
-
Constructor Details
-
YearMonthGroupBySupplier
Creates a supplier with the specified formatter.- Parameters:
formatter- the date formatter
-
YearMonthGroupBySupplier
Creates a supplier with the specified pattern.- Parameters:
pattern- the date format pattern
-