Gjallarhorn


InOut<'a, 'b>

Namespace: Gjallarhorn.Interaction

Used as an input and output mapping to report and fetch data from a user

Constructors

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

CompiledName: .ctor

Instance members

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

Gets the current value

SetValue(v)
Signature: v:'b -> unit

Updates the value to the output stream

UpdateStream
Signature: ISignal<'b>

Signal used as a notification mechanism for reporting

CompiledName: get_UpdateStream

Fork me on GitHub