Class SetAddBuilder<T>

A builder that constucts a set by adding elements.

Type Parameters

  • in out T

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

output: Set<T>

Methods

  • Add a single element to this builder.

    Parameters

    • input: T

    Returns void

Generated using TypeDoc