OperationType

@objc
public enum OperationType : Int, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case unknown
  • and

    Undocumented

    Declaration

    Swift

    case and
  • or

    Undocumented

    Declaration

    Swift

    case or
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws