OrElseBuilder Type
A builder for OrElse computation expression.
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.Bind
Parameters:
'a option
f : unit -> 'a option
Returns: 'a option
|
|
Full Usage:
this.Combine
Parameters:
'a option
f : unit -> 'a option
Returns: 'a option
|
|
Full Usage:
this.Delay
Parameters:
'a
Returns: 'a
|
|
Full Usage:
this.ReturnFrom
Parameters:
'a
Returns: 'a
|
|
Full Usage:
this.Run
Parameters:
unit -> 'a
Returns: 'a
|
|
Full Usage:
this.YieldFrom
Parameters:
'a
Returns: 'a
|
|