Class MapSetBuilder<K, V>

A builder that constucts a map by assigning values to keys from key-value pairs.

Type Parameters

  • in out K

  • in out V

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

output: Map<K, V>

Methods

  • Add a single element to this builder.

    Parameters

    • input: readonly [K, V]

    Returns void

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

    Returns Map<K, V>

Generated using TypeDoc