Type representing a result combined with the input that led to the result. Coupling input and result is important for the results of async processes.
specifies the input type
specifies the result type
the received result
the input that produced the result
Generated using TypeDoc
Type representing a result combined with the input that led to the result. Coupling input and result is important for the results of async processes.