Instance Propertyswift 6.0.3FoundationEssentials
expression
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
let expression: any StandardPredicateExpression<Output>
let expression: any StandardPredicateExpression<Output>
s20FoundationEssentials10ExpressionV10expressionAA017StandardPredicateC0_pq_6OutputAA0fC0PRts_XPvp
What are these?75MK9
import FoundationEssentials
struct Expression<each Input, Output>
protocol StandardPredicateExpression<Output> : PredicateExpression, Decodable, Encodable, Sendable
init(_ builder: (repeat PredicateExpressions.Variable<each Input>) -> any StandardPredicateExpression<Output>)
var debugDescription: String { get }
var description: String { get }
let variable: (repeat PredicateExpressions.Variable<each Input>)
func evaluate(_ input: repeat each Input) throws -> Output