Open Instance Methodswift 6.0.3Foundation
evaluate(with:)
func evaluate(with object: Any?) -> Bool
func evaluate(with object: Any?) -> Bool
import Foundation
class NSPredicate
@frozen struct Bool
A value type whose instances are either true
or false
.
init(block: @escaping (Any?, [String : Any]?) -> Bool)
init(value: Bool)
override func copy() -> Any
func copy(with zone: NSZone? = nil) -> Any
func evaluate(with object: Any?, substitutionVariables bindings: [String : Any]?) -> Bool
override func isEqual(_ object: Any?) -> Bool
var predicateFormat: String { get }