Class ApplyUpdateResult<T>
Constructors
constructor
- new ApplyUpdateResult<T>(newValue: T, didChange: boolean): ApplyUpdateResult<T>
-
Parameters
-
newValue: T
-
didChange: boolean
Properties
Readonly didChange
didChange: boolean
Readonly newValue
newValue: T