Accessor
Standard accessor task that iterates over the elements of the collection.
Standard accessor task that iterates over the elements of the collection.
- Type Params
- R
type of the result of this method (
R
for result).- Tp
the representation type of the task at hand.
Value members
Concrete methods
Inherited methods
Body of the task - non-divisible unit of work done by this task.
Optionally is provided with the result from the previous completed task
or None
if there was no previous task (or the previous task is uncompleted or unknown).
Body of the task - non-divisible unit of work done by this task.
Optionally is provided with the result from the previous completed task
or None
if there was no previous task (or the previous task is uncompleted or unknown).
- Inherited from
- Task