Enumerations

The following enumerations are available globally.

  • infix string of Regular expression

    See more

    Declaration

    Swift

    public enum Comparison : RawRepresentable
  • PredicateKey

    See more

    Declaration

    Swift

    public enum PredicateKey
  • The rawValue of EasyPredicate

    See more

    Declaration

    Swift

    public enum PredicateRawValue : RawRepresentable
  • MARK: - EasyPredicate

    Although NSPredicate is 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.

    See more

    Declaration

    Swift

    public enum EasyPredicate : RawRepresentable