Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Iterator<O, I>

Type parameters

  • O

  • I

Hierarchy

Index

Methods

Optional complete

  • complete(): MaybePromise<void>

Optional error

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

Optional next

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

Generated using TypeDoc