Class Left<L>

Represents the left side of an Either (result type).

Type Parameters

  • L

    The type of the left value.

Hierarchy

  • Value<L>
    • Left

Constructors

Properties

Methods

Constructors

Properties

value: L

Methods

  • Creates a Left instance with the specified left value.

    Type Parameters

    • L

      The type of the left value.

    Parameters

    • value: L

      The left value.

    Returns Left<L>

    • A Left instance.

Generated using TypeDoc