Gjallarhorn


Direct<'a>

Namespace: Gjallarhorn.Interaction

Used to directly map a signal to a user. No notification exists in this case.

Constructors

ConstructorDescription
new(input)
Signature: input:ISignal<'a> -> Direct<'a>

CompiledName: .ctor

Instance members

Instance memberDescription
GetValue()
Signature: unit -> ISignal<'a>

Gets the signal

Fork me on GitHub