@ascentbv/ts-common - v1.0.128
Preparing search index...
<internal>
Some
Class Some<T>
Type Parameters
T
Hierarchy (
View Summary
)
Option
<
T
>
Some
Index
Constructors
constructor
Properties
value
Methods
is
Some
is
None
None
Some
to
JSON
Constructors
constructor
new
Some
<
T
>
(
value
:
T
)
:
Some
<
T
>
Type Parameters
T
Parameters
value
:
T
Returns
Some
<
T
>
Properties
Readonly
value
value
:
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
>
to
JSON
toJSON
()
:
{
some
:
T
}
Returns
{
some
:
T
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
value
Methods
is
Some
is
None
None
Some
to
JSON
@ascentbv/ts-common - v1.0.128
Loading...