Skip to content

supersetOf

Category: Collection

Returns true if this collection is a superset of the other collection

  • Return type: boolean
  • Parameters:
    • other collection — Collection to compare against
(1 | 2 | 3).supersetOf(1 | 2)
Patient.telecom.supersetOf(Patient.telecom.where(system = 'phone'))