Skip to content

combine

Category: Collection

Merge the input and other collections into a single collection without eliminating duplicate values

  • Return type: collection
  • Parameters:
    • other collection — Collection to combine with
(1 | 2).combine(2 | 3)
Patient.name.combine(Patient.address)