Preparing search index...
The search index is not available
sakiko
sakiko
Lazy
Class Lazy<T>
Type Parameters
T
Implements
ILazy
<
T
>
Index
Constructors
constructor
Properties
fn
value
Methods
get
result
Constructors
constructor
new
Lazy
<
T
>
(
fn
)
:
Lazy
<
T
>
Type Parameters
T
Parameters
fn
:
(
(
)
=>
T
)
(
)
:
T
Returns
T
Returns
Lazy
<
T
>
Properties
Private
Readonly
fn
fn
:
(
(
)
=>
T
)
Type declaration
(
)
:
T
Returns
T
value
value
:
typeof
NOT_COMPUTED
|
T
= NOT_COMPUTED
Methods
get
get
(
)
:
T
Returns
T
result
result
<
E
>
(
)
:
Result
<
T
,
E
>
Type Parameters
E
extends
Error
Returns
Result
<
T
,
E
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
fn
value
get
result
sakiko
Loading...