View Source Matcha.Table.ETS.Match (Matcha v0.1.10)
Link to this section Summary
Link to this section Types
@type operation() :: :all | :delete | :object
Link to this section Functions
@spec all(Matcha.Table.ETS.table(), Matcha.Pattern.t()) :: [[term()]]
@spec delete(Matcha.Table.ETS.table(), Matcha.Pattern.t()) :: true
@spec object(Matcha.Table.ETS.table(), Matcha.Pattern.t()) :: [ Matcha.Table.ETS.object() ]