Protocols
The following protocols are available globally.
-
Indicates that a class can be used as a Query object.
See moreDeclaration
Swift
public protocol Queryable: class
-
Used to query the property list of the conforming class. PrediKit uses this protocol to determine if the property you are specifying in the creation of a predicate actually exists in the conforming class. If it doesn’t, PrediKit will print a warning to the console.
All
See moreNSObject
s conform to this protocol through a public extension declared in PrediKit.Declaration
Swift
public protocol Reflectable: class
-
Undocumented