PredicateRawValue

public enum PredicateRawValue : RawRepresentable

The rawValue of EasyPredicate

  • default as custom case

    Declaration

    Swift

    public init?(rawValue: String)

    Parameters

    rawValue

    regular string

  • convert to regularString

    Declaration

    Swift

    public var rawValue: String { get }