This topic tells you about the Application Accelerator Merge
transform in Tanzu Application Platform (commonly known as TAP).
The Merge
transform feeds a copy of its input to several other transforms and merges the results together using set union.
A Merge
of T1, T2, and T3 applied to input I results in T1(I) ∪ T2(I) ∪ T3(I).
An empty merge produces nothing (∅).
type: Merge
sources:
- <transform>
- <transform>
- <transform>
- ...
condition: <SpEL expression>
Merge
and other transformations in a shorthand syntax.