Options
All
  • Public
  • Public/Protected
  • All
Menu

Merge operator instance base class

Type parameters

  • K

  • V

  • R

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Merge<K, V, R>(key: K): Merge<K, V, R>

Properties

Readonly key

key: K

Methods

Abstract add

  • add(item: V): void

Abstract value

  • value(): Iterable<R>

Generated using TypeDoc