Uses of Interface
io.gitbub.devlibx.easy.helper.calendar.CalendarMap.Callback
Packages that use CalendarMap.Callback
-
Uses of CalendarMap.Callback in io.gitbub.devlibx.easy.helper.calendar
Methods in io.gitbub.devlibx.easy.helper.calendar with parameters of type CalendarMap.CallbackModifier and TypeMethodDescriptionvoidCalendarMap.executeForAll(CalendarMap.Callback<T> processFunc) voidCalendarMap.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 )voidCalendarMap.executeForKey(String key, CalendarMap.Callback<T> processFunc) Call function (callback) for given keyvoidCalendarMap.executeForKey(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 )