Class TwoLayerCollector<Layer1, Layer2, Values>

two layer map abstraction

Type Parameters

  • Layer1 extends string
  • Layer2 extends string
  • Values

Constructors

Properties

Methods

Constructors

Properties

store: Map<Layer1, Map<Layer2, Values[]>> = ...

Methods