Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Strategy

Strategy is the object use to coalesce a list of numbers according to a specified strategy. If no strategy is provided, or doesn't exists, then the averageStrategy will be used.

param

Strategy name.

Hierarchy

  • Strategy

Implements

Implemented by

Index

Constructors

Properties

Constructors

constructor

  • new Strategy(name?: null | string): Strategy

Properties

coalesce

coalesce: StrategyFunc

Generated using TypeDoc