Uses of Interface
io.gitbub.devlibx.easy.helper.calendar.KeyGenerator.IKeyFunc
Packages that use KeyGenerator.IKeyFunc
-
Uses of KeyGenerator.IKeyFunc in io.gitbub.devlibx.easy.helper.calendar
Methods in io.gitbub.devlibx.easy.helper.calendar with parameters of type KeyGenerator.IKeyFuncModifier and TypeMethodDescriptionvoidCalendarMap.executeForKey(KeyGenerator.IKeyFunc keyFunc, org.joda.time.DateTime time, CalendarMap.Callback<T> processFunc) Call function (callback) for given time (will use month and day of the given time for key )KeyGenerator.generateKeyForLastNDaysFrom(org.joda.time.DateTime from, int days, KeyGenerator.IKeyFunc keyFunc) Generate key for last N days.