either.Left(x)

new Left(x)

Left representation of Either construct.

Parameters:
Name Type Description
x *
Properties:
Name Type Description
value *

Extends

Methods

static of(x) → {Left}

Same as new Left(...).

Parameters:
Name Type Description
x *
Returns:
Left