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)