Interface Builder<I, O>

Type that accumulates input values of type I, and builds an output result of type O.

Type Parameters

  • I

  • O

Hierarchy

  • Builder

Methods

Methods

  • Returns the output result of this builder.

    Returns O

  • Adds one or more input values to this builder.

    Parameters

    • Rest ...inputs: I[]

    Returns void

Generated using TypeDoc