Selecto.Subfilter.CompoundSpec (Selecto v0.4.5)

Copy Markdown

Specification for compound subfilter operations (AND/OR).

Summary

Types

compound_type()

@type compound_type() :: :and | :or

t()

@type t() :: %Selecto.Subfilter.CompoundSpec{
  subfilters: [Selecto.Subfilter.Spec.t()],
  type: compound_type()
}