protocol PredicateExpression<Output>
s20FoundationEssentials19PredicateExpressionP
9OKZC
import FoundationEssentials
associatedtype Output
func evaluate(_ bindings: PredicateBindings) throws -> Self.Output
protocol DebugStringConvertiblePredicateExpression : StandardPredicateExpression
protocol StandardPredicateExpression<Output> : PredicateExpression, Decodable, Encodable, Sendable