Protocolswift 6.0.1FoundationEssentials
DebugStringConvertiblePredicateExpression
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
protocol DebugStringConvertiblePredicateExpression : StandardPredicateExpression
Browse conforming typesprotocol DebugStringConvertiblePredicateExpression : StandardPredicateExpression
s20FoundationEssentials41DebugStringConvertiblePredicateExpressionP
What are these?6BJ1C
import FoundationEssentials
protocol StandardPredicateExpression<Output> : PredicateExpression, Decodable, Encodable, Sendable
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 PredicateExpression<Output>
protocol Sendable
func debugString(state: inout DebugStringConversionState) -> String