Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
IEitherStatic
Interface IEitherStatic
interface
IEitherStatic
{
Left
:
ILeftStatic
;
Right
:
IRightStatic
;
left
:
ILeftStatic
;
of
:
IRightStatic
;
pure
:
IRightStatic
;
right
:
IRightStatic
;
unit
:
IRightStatic
;
fromPromise
<
V
,
E
>
(
promise
:
Promise
<
V
>
)
:
Promise
<
Either
<
E
,
V
>
>
;
fromTry
<
V
,
E
>
(
fn
:
(
(
)
=>
V
)
)
:
Either
<
E
,
V
>
;
isInstance
(
target
:
any
)
:
target
is
Either
<
any
,
any
>
;
isOfType
(
target
:
any
)
:
boolean
;
}
Hierarchy-Diagram
Legend
interface
public property
public method
Hierarchy (
view full
)
IMonadStatic
IEitherStatic
Index
Properties
Left
Right
left
of
pure
right
unit
Methods
from
Promise
from
Try
is
Instance
is
Of
Type
Properties
Left
Left
:
ILeftStatic
Right
Right
:
IRightStatic
left
left
:
ILeftStatic
of
of
:
IRightStatic
pure
pure
:
IRightStatic
right
right
:
IRightStatic
unit
unit
:
IRightStatic
Methods
from
Promise
from
Promise
<
V
,
E
>
(
promise
:
Promise
<
V
>
)
:
Promise
<
Either
<
E
,
V
>
>
Type Parameters
V
E
=
Error
Parameters
promise
:
Promise
<
V
>
Returns
Promise
<
Either
<
E
,
V
>
>
from
Try
from
Try
<
V
,
E
>
(
fn
:
(
(
)
=>
V
)
)
:
Either
<
E
,
V
>
Type Parameters
V
E
=
Error
Parameters
fn
:
(
(
)
=>
V
)
(
)
:
V
Returns
V
Returns
Either
<
E
,
V
>
is
Instance
is
Instance
(
target
:
any
)
:
target
is
Either
<
any
,
any
>
Parameters
target
:
any
Returns
target
is
Either
<
any
,
any
>
is
Of
Type
is
Of
Type
(
target
:
any
)
:
boolean
Parameters
target
:
any
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Left
Right
left
of
pure
right
unit
from
Promise
from
Try
is
Instance
is
Of
Type
Official Cockpit API Documentation
Houston Common Library
Loading...