specifies the input type for both, the validation-effect and the result-effect
specifies the result-type of the validation-effect
specifies the result-type of the result-effect
specifies the error type of the validation-effect
specifies the error type of the result-effect
current input (which might differ from the resultInput)
only true if validationResult represents a valid state AND validationPending is false
the current result (or NO_VALUE, if no result was received yet)
the input that produced the current result (or NoValueType, if result is NO_VALUE)
indicates whether the result-effect is currently running
the input that produced the current validationResult (or NO_VALUE, if validationResult is NO_VALUE)
indicates whether the validation-effect is currently running
the current validationResult (or NO_VALUE, if no validation-result was received yet)
Generated using TypeDoc
This specifies the type for the lazy combined-behavior provided as output-signal of the ValidatedInputWithResultFactory.