LazyContainer<'RawData, 'LazyResult> Type
Pairing of raw input data (TypeKey)
with a lazily computed resolved value (
Record fields
| Record Field |
Description
|
Full Usage:
Data
Field type: 'RawData
|
The raw input value (typically a
|
Full Usage:
Result
Field type: Lazy<'LazyResult>
|
The lazy resolution of the raw data into a richer object graph value.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsValueCreated
Returns: bool
Modifiers: inline |
|
Full Usage:
this.Raw
Returns: 'RawData
Modifiers: inline |
|
Full Usage:
this.Value
Returns: 'LazyResult
Modifiers: inline |
Force and return the lazy result.
|
Static members
| Static member |
Description
|
Full Usage:
LazyContainer.CreateFromValue(value)
Parameters:
'LazyResult
Returns: LazyContainer<'RawData, 'LazyResult>
Modifiers: inline |
|
Full Usage:
LazyContainer.CreateLazyTypeKeyDummy(value)
Parameters:
Lazy<'LazyResult>
Returns: LazyContainer<TypeKey, 'LazyResult>
|
|
Full Usage:
LazyContainer.CreateTypeKeyDummy(value)
Parameters:
'LazyResult
Returns: LazyContainer<TypeKey, 'LazyResult>
|
|
Full Usage:
LazyContainer.DummyTypeKey
Returns: int
Modifiers: inline |
|