Uses of Interface
cn.boboweike.carrot.tasks.lambdas.CarrotTask
-
Packages that use CarrotTask Package Description cn.boboweike.carrot.tasks.details cn.boboweike.carrot.tasks.lambdas -
-
Uses of CarrotTask in cn.boboweike.carrot.tasks.details
Constructors in cn.boboweike.carrot.tasks.details with parameters of type CarrotTask Constructor Description KotlinTaskDetailsBuilder(CarrotTask carrotTask, Object... params) -
Uses of CarrotTask in cn.boboweike.carrot.tasks.lambdas
Subinterfaces of CarrotTask in cn.boboweike.carrot.tasks.lambdas Modifier and Type Interface Description interfaceIocTaskLambda<S>This is a functional interface which represents a lambda that will be parsed by Carrot.interfaceIocTaskLambdaFromStream<S,T>This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.interfaceTaskLambdaThis is a functional interface which represents a lambda that will be parsed by Carrot.interfaceTaskLambdaFromStream<T>This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.interfaceTaskRequestClasses implementing this interface can be used to enqueue a Carrot Task and will be used as the argument for the actualTaskRequestHandler.
-