Uses of Interface
cn.boboweike.carrot.utils.resilience.Lockable
-
Packages that use Lockable Package Description cn.boboweike.carrot.dashboard.ui.model cn.boboweike.carrot.tasks cn.boboweike.carrot.utils.resilience -
-
Uses of Lockable in cn.boboweike.carrot.dashboard.ui.model
Classes in cn.boboweike.carrot.dashboard.ui.model that implement Lockable Modifier and Type Class Description classRecurringTaskUIModel -
Uses of Lockable in cn.boboweike.carrot.tasks
Classes in cn.boboweike.carrot.tasks that implement Lockable Modifier and Type Class Description classAbstractTaskclassRecurringTaskclassTaskDefines the task with its TaskDetails, History and Task Metadata -
Uses of Lockable in cn.boboweike.carrot.utils.resilience
Constructors in cn.boboweike.carrot.utils.resilience with parameters of type Lockable Constructor Description MultiLock(Lockable... lockables)Constructor parameters in cn.boboweike.carrot.utils.resilience with type arguments of type Lockable Constructor Description MultiLock(Collection<? extends Lockable> lockables)
-