combine
combine()
Section titled “combine()”Category: Collection
Merge the input and other collections into a single collection without eliminating duplicate values
Signature
Section titled “Signature”- Return type:
collection - Parameters:
othercollection— Collection to combine with
Examples
Section titled “Examples”(1 | 2).combine(2 | 3)Patient.name.combine(Patient.address)