Protocolswift 6.0.3FoundationEssentials
StandardPredicateExpression
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
protocol StandardPredicateExpression<Output> : PredicateExpression, Decodable, Encodable, Sendable
Browse conforming typesprotocol StandardPredicateExpression<Output> : PredicateExpression, Decodable, Encodable, Sendable
import FoundationEssentials
associatedtype Output
protocol PredicateExpression<Output>
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
protocol DebugStringConvertiblePredicateExpression : StandardPredicateExpression