kotlin-unified-platform
/
tsstdlib
/
IterableIterator
js
Iterable
Iterator
external interface
IterableIterator
<
T
> :
Iterator
<
T
,
Any
,
Nothing
?>
Content copied to clipboard
Functions
Properties
Functions
next
Link copied to clipboard
js
abstract fun
next
(vararg args:
Any
): dynamic
Content copied to clipboard
Properties
return
Link copied to clipboard
js
abstract val
return
: (value:
Any
) -> dynamic?
Content copied to clipboard
throw
Link copied to clipboard
js
abstract val
throw
: (e:
Any
) -> dynamic?
Content copied to clipboard