Links
License
Release Notes
Source Repository
Documentation
DiningPhilosophers
MonoidCESample
Santa
StateSample
StmSample
UndoSample
WebProxy
API Reference
All Namespaces
FSharpx.Extras
FSharpLazy Type
Namespace:
FSharpx
Assembly: FSharpx.Extras.dll
Base Type:
obj
Static members
Static member
Description
FSharpLazy.Create
(
v
)
Full Usage:
FSharpLazy.Create
(
v
)
Parameters:
v
:
Func
<'a>
Returns:
Lazy
<'a>
v
:
Func
<'a>
Returns:
Lazy
<'a>
FSharpLazy.CreateFromValue
(
v
)
Full Usage:
FSharpLazy.CreateFromValue
(
v
)
Parameters:
v
:
'a
Returns:
Lazy
<'a>
v
:
'a
Returns:
Lazy
<'a>