Package net.javasauce.ss.util.task
Class TaskInput.Collection<E>
An input which can represent multiple things, and multiple dependencies.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.javasauce.ss.util.task.TaskInput
TaskInput.Collection<E> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(List<TaskOutput<E>> outputs) Set the input to a collection of the supplied outputs.Methods inherited from class net.javasauce.ss.util.task.TaskInput
deriveFrom, deriveFrom, get, getFuture, set, set, set
-
Method Details
-
set
Set the input to a collection of the supplied outputs.The outputs will be dynamically collected into a List, in the same order they are supplied. This will mark the task as requiring all supplied task outputs.
- Parameters:
outputs- The outputs.
-