Interface Builder<T, TFinish>

An interface that produces a result from added values.

Type Parameters

  • in T

  • out TFinish

Hierarchy

  • Builder

Implemented by

Methods

Methods

  • Add a single element to this builder.

    Parameters

    • input: T

    Returns void

  • Return the result of all elements added to this builder.

    Returns TFinish

Generated using TypeDoc