Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PullableIterator<O, I>

Type parameters

  • O

  • I

Hierarchy

Implemented by

Index

Methods

complete

  • complete(): MaybePromise<void>

error

  • error(reason: Error): MaybePromise<Response<O>>

next

  • next(value: I): MaybePromise<Response<O>>

Generated using TypeDoc