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