View Source Matcha.Table.ETS.Select (Matcha v0.1.10)
Link to this section Summary
Link to this section Types
@type operation() :: :all | :count | :delete | :replace | :reverse
Link to this section Functions
@spec all(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: [term()]
@spec count(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: non_neg_integer()
@spec delete(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: non_neg_integer()
@spec replace(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: non_neg_integer()
@spec reverse(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: [term()]