This change allows combining flows with a ++ operator, instead of requiring an implicit class to be defined (or other methods). This is still very much experimental.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
New feature (non-breaking change which adds functionality)
Description
This change allows combining flows with a
++
operator, instead of requiring an implicit class to be defined (or other methods). This is still very much experimental.Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Additional unit tests have been added