@ascentbv/ts-common - v1.0.128
Preparing search index...
<internal>
Option
Class Option<T>
Abstract
Type Parameters
T
Hierarchy (
View Summary
)
Option
None
Some
Index
Constructors
constructor
Methods
is
Some
is
None
None
Some
Constructors
Protected
constructor
new
Option
<
T
>
(
some
:
boolean
)
:
Option
<
T
>
Type Parameters
T
Parameters
some
:
boolean
Returns
Option
<
T
>
Methods
is
Some
isSome
()
:
this
is
Some
<
T
>
Returns
this
is
Some
<
T
>
is
None
isNone
()
:
this
is
None
Returns
this
is
None
Static
None
None
()
:
None
Returns
None
Static
Some
Some
<
T
>
(
value
:
T
)
:
Some
<
T
>
Type Parameters
T
Parameters
value
:
T
Returns
Some
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
is
Some
is
None
None
Some
@ascentbv/ts-common - v1.0.128
Loading...