Functions

The following functions are available globally.

  • Convenience infix && operator that combines two NSPredicate instances into one ANDed NSCompoundPredicate

    Declaration

    Swift

    @discardableResult public func && (lhs: NSPredicate, rhs: NSPredicate) -> NSPredicate
  • Convenience infix || operator that combines two NSPredicate instances into one ORed NSCompoundPredicate

    Declaration

    Swift

    @discardableResult public func || (lhs: NSPredicate, rhs: NSPredicate) -> NSPredicate