Adds the given environment
The operation tries to keep the operation chain to a minimal in length. If two subsequent environments are not providers, then the definitions are merged.
the new environment to add
the new parallel environment resulting from adding the passed in environment to the existing one
Generated using TypeDoc
Defines the environment for a parallel chain. The environment can consist of one or multiple static environments or environments created by using an environment provider. The environments are merged in the order they have been added to the parallel chain, meaning that later environments override the properties of earlier environments. The implementation tries to minimize the number of environment variables to transfer by merging the environments as much as possible while still maintaining the sequential order of the environments.