AsyncIteratorLike

interface AsyncIteratorLike<out T : ERROR CLASS: Symbol not found for JsAny??>(source)

Inheritors

Functions

Link copied to clipboard
abstract fun next(): Promise<IteratorResult<T, *>>