Class Transform<TResult>
- Namespace
- Whim
- Assembly
- Whim.dll
Operation describing how to update the state of the IStore.
The implementing record should be populated with the payload.
public abstract record Transform<TResult> : IEquatable<Transform<TResult>>
Type Parameters
TResult
- Inheritance
-
Transform<TResult>
- Implements
-
IEquatable<Transform<TResult>>
- Derived
- Inherited Members