Class YearMonthDayGroupBySupplier
java.lang.Object
me.ahoo.cosid.segment.grouped.date.AbstractDateGroupBySupplier<LocalDate>
me.ahoo.cosid.segment.grouped.date.YearMonthDayGroupBySupplier
- All Implemented Interfaces:
Supplier<GroupedKey>,GroupBySupplier
Year-month-day based group key supplier.
-
Field Summary
Fields inherited from class me.ahoo.cosid.segment.grouped.date.AbstractDateGroupBySupplier
formatter -
Constructor Summary
ConstructorsConstructorDescriptionYearMonthDayGroupBySupplier(String pattern) Creates a supplier with the specified pattern.YearMonthDayGroupBySupplier(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
-
YearMonthDayGroupBySupplier
Creates a supplier with the specified formatter.- Parameters:
formatter- the date formatter
-
YearMonthDayGroupBySupplier
Creates a supplier with the specified pattern.- Parameters:
pattern- the date format pattern
-