@eagleoutice/flowr - v2.15.8
Preparing search index...
src/dataflow/environments/append
appendEnvironment
Function appendEnvironment
appendEnvironment
(
base
:
REnvironmentInformation
,
next
:
REnvironmentInformation
|
undefined
,
)
:
REnvironmentInformation
Adds all writes of
next
to
base
(i.e., the operations of
next
might
happen).
Parameters
base
:
REnvironmentInformation
next
:
REnvironmentInformation
|
undefined
Returns
REnvironmentInformation
appendEnvironment
(
base
:
REnvironmentInformation
|
undefined
,
next
:
REnvironmentInformation
,
)
:
REnvironmentInformation
Adds all writes of
next
to
base
(i.e., the operations of
next
might
happen).
Parameters
base
:
REnvironmentInformation
|
undefined
next
:
REnvironmentInformation
Returns
REnvironmentInformation
appendEnvironment
(
base
:
undefined
,
next
:
undefined
)
:
undefined
Adds all writes of
next
to
base
(i.e., the operations of
next
might
happen).
Parameters
base
:
undefined
next
:
undefined
Returns
undefined
appendEnvironment
(
base
:
REnvironmentInformation
|
undefined
,
next
:
REnvironmentInformation
|
undefined
,
)
:
REnvironmentInformation
|
undefined
Adds all writes of
next
to
base
(i.e., the operations of
next
might
happen).
Parameters
base
:
REnvironmentInformation
|
undefined
next
:
REnvironmentInformation
|
undefined
Returns
REnvironmentInformation
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Adds all writes of
nexttobase(i.e., the operations ofnextmight happen).