Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Buffer<V>

Type parameters

  • V

Hierarchy

  • Buffer

Index

Constructors

constructor

Properties

Optional delay

end

end: End | undefined = undefined

onFlush

onFlush: BufferHandler<V>

onInput

onInput: BufferHandler<V>

scheduled

scheduled: number | null = null

values

values: V[] = []

Methods

flush

  • flush(): any

push

  • push(e: Event<V[]>): any

schedule

Generated using TypeDoc