Options
All
  • Public
  • Public/Protected
  • All
Menu

Basic aggregator for None which keeps no recorded value.

Hierarchy

  • DropAggregator

Implements

Index

Constructors

Properties

kind: DROP = AggregatorKind.DROP

The kind of the aggregator.

Methods

  • createAccumulation(): undefined
  • diff(_previous: undefined, _current: undefined): undefined
  • merge(_previous: undefined, _delta: undefined): undefined
  • Returns the result of the merge of the given accumulations.

    This should always assume that the accumulations do not overlap and merge together for a new cumulative report.

    Parameters

    • _previous: undefined
    • _delta: undefined

    Returns undefined

Generated using TypeDoc