Enumerations
The following enumerations are available globally.
-
infix string of Regular expression
See moreDeclaration
Swift
public enum Comparison : RawRepresentable -
PredicateKey
See moreDeclaration
Swift
public enum PredicateKey -
The rawValue of EasyPredicate
See moreDeclaration
Swift
public enum PredicateRawValue : RawRepresentable -
MARK: - EasyPredicate
Although
See moreNSPredicateis powerfull but the developer interface is not good enough, We can try to convert the hard code style into the object-oriented style as below.Declaration
Swift
public enum EasyPredicate : RawRepresentable
Enumerations Reference