FSharpPlus


Delay Type

Static members

Static member Description

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
    _mthd : Delay
    x : unit -> Lazy<'T>
    arg2 : 'a

Returns: Lazy<'T>
_mthd : Delay
x : unit -> Lazy<'T>
arg2 : 'a
Returns: Lazy<'T>

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
    _mthd : Delay
    x : unit -> Task<'T>
    arg2 : 'a

Returns: Task<'T>
_mthd : Delay
x : unit -> Task<'T>
arg2 : 'a
Returns: Task<'T>

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
Returns: Async<'T>
_mthd : Delay
x : unit -> Async<'T>
arg2 : 'a
Returns: Async<'T>

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
    _mthd : Default2
    x : unit -> 'R -> 'a
    arg2 : 'b

Returns: 'R -> 'a
_mthd : Default2
x : unit -> 'R -> 'a
arg2 : 'b
Returns: 'R -> 'a

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
Returns: NonEmptySeq<'T>
_mthd : Default2
x : unit -> NonEmptySeq<'T>
arg2 : 'a
Returns: NonEmptySeq<'T>

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
    _mthd : Default2
    x : unit -> seq<'T>
    arg2 : 'a

Returns: seq<'T>
_mthd : Default2
x : unit -> seq<'T>
arg2 : 'a
Returns: seq<'T>

Delay.Delay(_mthd, arg2, arg3)

Full Usage: Delay.Delay(_mthd, arg2, arg3)

Parameters:
    _mthd : Default1
    arg1 : unit -> ^t
    arg2 : 'a

Modifiers: inline
_mthd : Default1
arg1 : unit -> ^t
arg2 : 'a

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
Returns: ^I
Modifiers: inline
Type parameters: ^I
_mthd : Default1
x : unit -> ^I
arg2 : Delay
Returns: ^I

Delay.Delay(_mthd, x, arg3)

Full Usage: Delay.Delay(_mthd, x, arg3)

Parameters:
Returns: ^Monad<'T>
Modifiers: inline
_mthd : Default3
x : unit -> ^Monad<'T>
arg2 : Default1
Returns: ^Monad<'T>

Delay.Invoke(source)

Full Usage: Delay.Invoke(source)

Parameters:
    source : unit -> ^Monad<'T>

Returns: ^Monad<'T>
Modifiers: inline
Type parameters: ^Monad<'T>
source : unit -> ^Monad<'T>
Returns: ^Monad<'T>