Enumerationswift 6.0.3Foundation
LogicalType
enum LogicalType
enum LogicalType
import Foundation
class NSCompoundPredicate
case and
case not
case or
convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])
convenience init(notPredicateWithSubpredicate predicate: NSPredicate)
convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])
init(type: NSCompoundPredicate.LogicalType, subpredicates: [NSPredicate])
var compoundPredicateType: NSCompoundPredicate.LogicalType
var subpredicates: [NSPredicate]
override func evaluate(with object: Any?, substitutionVariables bindings: [String : Any]?) -> Bool
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(rawValue: UInt)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)