Click or drag to resize
TaskCollectorWith Method
Overload List
  NameDescription
Public methodStatic memberWith(ActionITaskCollector)
Executes a asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited.
Public methodStatic memberWithT(FuncITaskCollector, TaskT)
Executes an asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited. The asynchronous result of content is passed as result.
Public methodStatic memberWith(FuncITaskCollector, Task)
Executes an asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited.
Public methodStatic memberWithT(FuncITaskCollector, T)
Executes a asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited. The result of content is passed as result.
Top
See Also