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