StoreOperators Module
Operators for store functions
Functions and values
Function or value | Description |
Example
val value: int
|
|
|
Example
val subscription: obj
Multiple items
val string: value: 'T -> string -------------------- type string = System.String val value: obj
|
|
|
Example
val value: int
|
|
Example
val value: int
|
|
|
Example
val store: obj
Multiple items
val int: value: 'T -> int (requires member op_Explicit) -------------------- type int = int32 -------------------- type int<'Measure> = int val squareMe: unit -> obj
val model: int
|
|
Example
val store: obj
Multiple items
val int: value: 'T -> int (requires member op_Explicit) -------------------- type int = int32 -------------------- type int<'Measure> = int val squareMe: unit -> obj
val model: int
|
This might be called foldMap
Example
val store: 'a
Multiple items
val string: value: 'T -> string -------------------- type string = System.String Multiple items
val decimal: value: 'T -> decimal (requires member op_Explicit) -------------------- type decimal = System.Decimal -------------------- type decimal<'Measure> = decimal val formattedBudget: string
val model: obj
val sprintf: format: Printf.StringFormat<'T> -> 'T
val printf: format: Printf.TextWriterFormat<'T> -> 'T
|