Interface PairBuilder<K, V, O>

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

Type Parameters

  • K

  • V

  • O

Hierarchy

  • PairBuilder

Methods

Methods

  • Adds an input pair to this builder, returning true if the state of the builder changed.

    Parameters

    • key: K
    • value: V

    Returns void

  • Returns the output result of this builder.

    Returns O

Generated using TypeDoc