Matcha
Matcha v0.1.10
  • OVERVIEW
  • Modules

    View Source Matcha.Table.ETS.Match (Matcha v0.1.10)

    Link to this section Summary

    Types

    operation()

    Functions

    all(table, pattern)
    delete(table, pattern)
    object(table, pattern)

    Link to this section Types

    Link to this type

    operation()

    View Source
    @type operation() :: :all | :delete | :object

    Link to this section Functions

    Link to this function

    all(table, pattern)

    View Source
    @spec all(Matcha.Table.ETS.table(), Matcha.Pattern.t()) :: [[term()]]
    Link to this function

    delete(table, pattern)

    View Source
    @spec delete(Matcha.Table.ETS.table(), Matcha.Pattern.t()) :: true
    Link to this function

    object(table, pattern)

    View Source
    @spec object(Matcha.Table.ETS.table(), Matcha.Pattern.t()) :: [
      Matcha.Table.ETS.object()
    ]

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language