Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Controller<T, E>

Interface for controlling the generators returned by eventToGenerator.

Type parameters

  • T

  • E = T | any

Hierarchy

  • Controller

Index

Methods

Methods

clear

  • clear(): void

end

  • end(e?: E): void

send

  • send(v: T): void

throw

  • throw(err: Error): void

Generated using TypeDoc