init(matching:memberOf:)

Creates a request to fetch items using a filter that matches any value from an array of possible values.

Declaration

init<Value>(matching keyPath: KeyPath<MusicItemType.FilterType, Value>, memberOf values: [Value]) where MusicItemType : FilterableMusicItem