Type that accumulates input values of type I, and builds an output result of type O.
I
O
Returns the output result of this builder.
Adds one or more input values to this builder.
Rest
Generated using TypeDoc
Type that accumulates input values of type
I, and builds an output result of typeO.