LazyCombiner
Implements combining contents of two combiners
by postponing the operation until result
method is called. It chains
the leaf results together instead of evaluating the actual collection.
Implements combining contents of two combiners
by postponing the operation until result
method is called. It chains
the leaf results together instead of evaluating the actual collection.
- Type Params
- Buff
the type of the buffers that contain leaf results and this combiner chains together
- Elem
the type of the elements in the combiner
- To
the type of the collection the combiner produces
Value members
Abstract methods
Concrete methods
Inherited methods
Add all elements from a sequential collection and return the result.
Add all elements from a sequential collection and return the result.
- Inherited from
- Combiner
Constructs the result and sets the appropriate tasksupport object to the resulting collection if this is applicable.
Constructs the result and sets the appropriate tasksupport object to the resulting collection if this is applicable.
- Inherited from
- Combiner