MatchType

public enum MatchType

An instance of this enum must be returned in the subquery closure to indicate how the queries collected in that closure should be matched to pass the predicate.

  • The starting point of the subquery match type. You MUST include an associated value in this case to create a valid subquery predicate.

    Declaration

    Swift

    case includeIfMatched(FunctionType)
  • The type of the associated value of the each case in the MatchType enum. Used to indicate what function to use to match returned query collections with.

    See more

    Declaration

    Swift

    public enum FunctionType