Combines two instances of Params type into one. If a parameter is declared in both instances uses the value of the highPriorityParams in the result.
highPriorityParams
parameters with the higher priority
parameters with the lower priority
combination of botch parameters. Uses the value of the higher priority parameters if the keys are in conflict.
Converts {@link HttpParams} instance into a simple object.
instance to convert
simple object with keys and values from the input argument
Generated using TypeDoc
Combines two instances of Params type into one. If a parameter is declared in both instances uses the value of the
highPriorityParams
in the result.