Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Builder<I, O>

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

Type parameters

  • I

  • O

Hierarchy

  • Builder

Implemented by

Index

Methods

Methods

bind

  • bind(): O

push

  • push(...inputs: I[]): void