Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
AsyncIteratorLike
Async
Iterator
Like
interface
AsyncIteratorLike
<
out
T
:
JsAny
?
>
(
source
)
Inheritors
AsyncIterator
Members
Functions
next
Link copied to clipboard
abstract
fun
next
(
)
:
Promise
<
IteratorResult
<
T
,
*
>
>