EnumerationFoundation5.9.0
Operator
This declaration is deprecated: NSExpression and classes that rely on its functionality are unsupported in swift-corelibs-foundation: NSComparisonPredicate is unavailable.
enum Operator
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case beginsWith
case between
case contains
case endsWith
case equalTo
case greaterThan
case greaterThanOrEqualTo
case `in`
case lessThan
case lessThanOrEqualTo
case like
case matches
case notEqualTo
init?(rawValue: UInt
)