Gjallarhorn


Report<'a, 'b>

Namespace: Gjallarhorn.Interaction

Used to report data to a user

Constructors

ConstructorDescription
new(input, conversion)
Signature: (input:ISignal<'a> * conversion:('a -> 'b)) -> Report<'a,'b>

CompiledName: .ctor

Instance members

Instance memberDescription
GetValue()
Signature: unit -> 'b

Gets the current value

UpdateStream
Signature: ISignal<'b>

Signal used as a notification mechanism.

CompiledName: get_UpdateStream

Fork me on GitHub