Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
SuspendableIterator
Suspendable
Iterator
interface
SuspendableIterator
<
out
T
:
JsAny
?
>
(
source
)
Members
Functions
has
Next
Link copied to clipboard
abstract
suspend operator
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
abstract
operator
fun
next
(
)
:
T