func satisfy(by: Any?) -> Bool Check if an
element satifies the predicate.Any? element.Framework
protocol AnyPredicate : CustomStringConvertible func satisfy(by: Any?) -> Bool element satifies the predicate.