Report<'a, 'b>
Namespace: Gjallarhorn.Interaction
Used to report data to a user
Constructors
Constructor | Description |
new(input, conversion)
Signature: (input:ISignal<'a> * conversion:('a -> 'b)) -> Report<'a,'b>
|
CompiledName: |
Instance members
Instance member | Description |
GetValue()
Signature: unit -> 'b
|
Gets the current value |
UpdateStream
Signature: ISignal<'b>
|
Signal used as a notification mechanism. CompiledName: |