Methods
merge
-
Type parameters
Parameters
Returns Context<T & P>
resolve
- resolve(context?: any, initialValue?: object): T
-
Parameters
-
Default value context: any = null
-
Default value initialValue: object = {}
Returns T
set
-
Type parameters
Parameters
Returns this
update
- update(value: Applicator<Partial<T>, any> | Partial<T>): this
create a copy of this context with the appropriate transforms