Merge number-lists
Description
Merges two number-lists into one
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Subject number-list | number-list | link-manual | true | The first number-list that will be inside of the merged number-list |
| Predicate number-list | number-list | link-manual | true | The second number-list that will be inside of the merged number-list |
Scenarios
- The user wants to merge 2 number-lists
Use case
Inputs
- Subject number-list:
[1, 3, 5, 10] - Predicate number-list:
[2, 4, 6, 7, 8, 9]
Experienced tips
- If the
Subject number-listare empty, the process will continue and provide you with thePredicate number-listas theNext number-list - If the
Predicate number-listare empty, the process will continue and provide you with theSubject number-listas theNext number-list - If the
SubjectandPredicatenumber-list are empty, the process will continue and provide you with an empty number-list
Search Tags
Merge 2 number-lists