Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PairBuilder<K, V, O>

Type that accumulates pairs of input values, and binds an output result of type O.

Type parameters

  • K

  • V

  • O

Hierarchy

  • PairBuilder

Implemented by

Index

Methods

Methods

add

  • add(key: K, value: V): void

bind

  • bind(): O