decodePredicateExpressionIfPresent(forKey:input:output:predicateConfiguration:)
Declaration
mutating func decodePredicateExpressionIfPresent<each Input, Output>(forKey key: KeyedDecodingContainer<K>.Key, input: repeat (each Input).Type, output: Output.Type, predicateConfiguration: PredicateCodableConfiguration) throws -> (expression: any PredicateExpression<Output>, variable: (repeat PredicateExpressions.Variable<each Input>))?