Uses of Interface
cn.boboweike.carrot.tasks.lambdas.TaskLambdaFromStream
-
Packages that use TaskLambdaFromStream Package Description cn.boboweike.carrot.scheduling cn.boboweike.carrot.tasks.details -
-
Uses of TaskLambdaFromStream in cn.boboweike.carrot.scheduling
Methods in cn.boboweike.carrot.scheduling with parameters of type TaskLambdaFromStream Modifier and Type Method Description static <T> voidBackgroundTask. enqueue(Stream<T> input, TaskLambdaFromStream<T> taskFromStream)Creates new fire-and-forget tasks for each item in the input stream using the lambda passed astaskFromStream.<T> voidTaskScheduler. enqueue(Stream<T> input, TaskLambdaFromStream<T> taskFromStream)Creates new fire-and-forget tasks for each item in the input stream using the lambda passed astaskFromStream. -
Uses of TaskLambdaFromStream in cn.boboweike.carrot.tasks.details
Methods in cn.boboweike.carrot.tasks.details with parameters of type TaskLambdaFromStream Modifier and Type Method Description <T> TaskDetailsCachingTaskDetailsGenerator. toTaskDetails(T itemFromStream, TaskLambdaFromStream<T> lambda)<T> TaskDetailsTaskDetailsAsmGenerator. toTaskDetails(T itemFromStream, TaskLambdaFromStream<T> lambda)<T> TaskDetailsTaskDetailsGenerator. toTaskDetails(T itemFromStream, TaskLambdaFromStream<T> lambda)
-