changed protocol naming

This commit is contained in:
John Rommel Estropia
2017-03-10 08:30:12 +09:00
parent fe25a9aa36
commit 494965de23
13 changed files with 321 additions and 466 deletions

View File

@@ -359,7 +359,7 @@ public final class CSSelect: NSObject {
// MARK: CoreStoreObjectiveCType
public init<T: SelectValueResultType>(_ swiftValue: Select<T>) {
public init<T: QueryableAttributeType>(_ swiftValue: Select<T>) {
self.attributeType = T.cs_rawAttributeType
self.selectTerms = swiftValue.selectTerms