antikythera

v0.3.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.3.0 AntikytheraCore.Metrics.AggregateStrategy.Behaviour behaviour View Source

    Link to this section Summary

    Callbacks

    init(number)
    merge(arg1, number)
    results(arg1)

    Link to this section Callbacks

    Link to this callback

    init(number)

    View Source
    init(number()) :: AntikytheraCore.Metrics.AggregateStrategy.data_t()
    Link to this callback

    merge(arg1, number)

    View Source
    merge(AntikytheraCore.Metrics.AggregateStrategy.data_t(), number()) ::
      AntikytheraCore.Metrics.AggregateStrategy.data_t()
    Link to this callback

    results(arg1)

    View Source
    results(AntikytheraCore.Metrics.AggregateStrategy.data_t()) ::
      AntikytheraCore.Metrics.AggregateStrategy.results_t()

    Built using ExDoc (v0.21.1), designed by Friedel Ziegelmayer for the Elixir programming language.