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