Uses of Interface
com.github.kagkarlsson.scheduler.task.NextExecutionTime
Packages that use NextExecutionTime
-
Uses of NextExecutionTime in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return NextExecutionTimeMethods in com.github.kagkarlsson.scheduler.task with parameters of type NextExecutionTimeModifier and TypeMethodDescriptionstatic <T> SchedulableInstance<T>SchedulableInstance.of(TaskInstance<T> taskInstance, NextExecutionTime executionTime) Constructors in com.github.kagkarlsson.scheduler.task with parameters of type NextExecutionTimeModifierConstructorDescriptionSchedulableTaskInstance(TaskInstance<T> taskInstance, NextExecutionTime executionTime)