Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamPipelineInput<T>

An input of a PipelineStage which produces items in stream/async way. Usefull for connecting a Node.JS stream into a pipeline of iterators.

author

Thomas Minier

Type parameters

  • T

Hierarchy

  • StreamPipelineInput

Implemented by

Index

Methods

Methods

complete

  • complete(): void

error

  • error(err: any): void

next

  • next(value: T): void

Generated using TypeDoc