QueryPredicateGroupType

public enum QueryPredicateGroupType : String, Encodable
  • and

    Declaration

    Swift

    case and
  • or

    Declaration

    Swift

    case or
  • not

    Declaration

    Swift

    case not