Uses of Package
cn.boboweike.carrot.tasks.lambdas
-
Packages that use cn.boboweike.carrot.tasks.lambdas Package Description cn.boboweike.carrot.scheduling cn.boboweike.carrot.tasks cn.boboweike.carrot.tasks.details cn.boboweike.carrot.tasks.lambdas -
Classes in cn.boboweike.carrot.tasks.lambdas used by cn.boboweike.carrot.scheduling Class Description IocTaskLambda This is a functional interface which represents a lambda that will be parsed by Carrot.IocTaskLambdaFromStream This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.TaskLambda This is a functional interface which represents a lambda that will be parsed by Carrot.TaskLambdaFromStream This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.TaskRequest Classes implementing this interface can be used to enqueue a Carrot Task and will be used as the argument for the actualTaskRequestHandler. -
Classes in cn.boboweike.carrot.tasks.lambdas used by cn.boboweike.carrot.tasks Class Description TaskRequest Classes implementing this interface can be used to enqueue a Carrot Task and will be used as the argument for the actualTaskRequestHandler. -
Classes in cn.boboweike.carrot.tasks.lambdas used by cn.boboweike.carrot.tasks.details Class Description CarrotTask IocTaskLambda This is a functional interface which represents a lambda that will be parsed by Carrot.IocTaskLambdaFromStream This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.TaskLambda This is a functional interface which represents a lambda that will be parsed by Carrot.TaskLambdaFromStream This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot. -
Classes in cn.boboweike.carrot.tasks.lambdas used by cn.boboweike.carrot.tasks.lambdas Class Description CarrotTask TaskRequest Classes implementing this interface can be used to enqueue a Carrot Task and will be used as the argument for the actualTaskRequestHandler.TaskRequestHandler Classes implementing this interface will handle the actualTaskRequest.