Searched refs:timeSlotFactory (Results 1 – 1 of 1) sorted by relevance
324 Function<Long, Range<Long>> timeSlotFactory = TIME_SLOT_FACTORIES.get(timeSlotType); in diffTimeSlots() local325 Range<Long> fromSlot = timeSlotFactory.apply(fromTime); in diffTimeSlots()326 Range<Long> toSlot = timeSlotFactory.apply(toTime); in diffTimeSlots()