Instance Methodswift 6.0.3FoundationEssentials
evaluate(_:)
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
func evaluate(_ bindings: PredicateBindings) throws -> PredicateExpressions.DictionaryKeySubscript<Wrapped, Key, Value>.Output
func evaluate(_ bindings: PredicateBindings) throws -> PredicateExpressions.DictionaryKeySubscript<Wrapped, Key, Value>.Output
s20FoundationEssentials20PredicateExpressionsO22DictionaryKeySubscriptV8evaluateyq0_SgAA0C8BindingsVKF
What are these?2Y5FI
import FoundationEssentials
struct DictionaryKeySubscript<Wrapped, Key, Value> where Wrapped : PredicateExpression, Key : PredicateExpression, Wrapped.Output == [Key.Output : Value], Key.Output : Hashable
@frozen enum PredicateExpressions
struct PredicateBindings
typealias Output = Optional<Value>
init(wrapped: Wrapped, key: Key)
let key: Key
let wrapped: Wrapped