ValidatedInOut<'a, 'b, 'c>
Namespace: Gjallarhorn.Interaction
Used as an input and output mapping with validation to report and fetch data from a user
Constructors
Constructor | Description |
new(input, conversion, validation)
Signature: (input:ISignal<'a> * conversion:('a -> 'b) * validation:Validation<'b,'c>) -> ValidatedInOut<'a,'b,'c>
|
CompiledName: |
Instance members
Instance member | Description |
Output
Signature: IValidatedSignal<'b,'c>
|
The validated output data from the user interaction CompiledName: |