Matcha
Matcha v0.1.10
  • OVERVIEW
  • Modules

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

    Link to this section Summary

    Types

    operation()

    Functions

    all(table, spec)
    count(table, spec)
    delete(table, spec)
    replace(table, spec)
    reverse(table, spec)

    Link to this section Types

    Link to this type

    operation()

    View Source
    @type operation() :: :all | :count | :delete | :replace | :reverse

    Link to this section Functions

    Link to this function

    all(table, spec)

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

    count(table, spec)

    View Source
    @spec count(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: non_neg_integer()
    Link to this function

    delete(table, spec)

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

    replace(table, spec)

    View Source
    @spec replace(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: non_neg_integer()
    Link to this function

    reverse(table, spec)

    View Source
    @spec reverse(Matcha.Table.ETS.table(), Matcha.Spec.t()) :: [term()]

    Hex Package Hex Preview (current file) Download ePub version

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