Skip to main content

FilterValue

A protocol to which all values that can be used as Filter values conform.

public protocol FilterValue: Encodable 

Only types representing text, numbers, booleans, dates, and other filters can be on the "right-hand" side of Filter.

Inheritance

Encodable

Did you find this page helpful?