Either
Either
Static Method Summary
| Static Public Methods | ||
| public static |
|
|
| public static |
|
|
| public static |
fromNullable(x: Object): Either |
|
| public static |
|
|
Static Public Methods
public static Left(x: Object): Left source
Params:
| Name | Type | Attribute | Description |
| x | Object | is the value of the Left. |
public static Right(x: Object): Right source
Params:
| Name | Type | Attribute | Description |
| x | Object | is the value of the Right. |