[Home] Type Microsoft.FSharp.Lazy


The type of delayed computations.

Full Type Signature

type Lazy <'a> = {mutable status: LazyStatus<'a>;}
                 with
                   member IsForced : bool with get
                   member IsException : bool with get
                   member IsDelayed : bool with get
                   member SynchronizedForce : unit -> 'a
                   member Force : unit -> 'a
                   static member Create : (unit -> 'a) -> Lazy<'a>
                 end

Instance Members

MemberDescription
member Force : unit -> 'a
member IsDelayed : bool with get
member IsException : bool with get
member IsForced : bool with get
member SynchronizedForce : unit -> 'a

Static Members

MemberDescription
member Create : (unit -> 'a) -> Lazy<'a>

See Also

Microsoft.FSharp


Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1