Selecto.Subfilter.CompoundSpec (Selecto v0.3.8)
Specification for compound subfilter operations (AND/OR).
Link to this section Summary
Link to this section Types
Link to this type
compound_type()
@type compound_type() :: :and | :or
@type t() :: %Selecto.Subfilter.CompoundSpec{ subfilters: [Selecto.Subfilter.Spec.t()], type: compound_type() }