Kotlin Wrappers API Reference
Toggle table of contents
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.iterable
/
JsIterable
/
Mixin
Mixin
js
wasmJs
web
actual
interface
Mixin
<
out
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
:
JsIterable
<
T
>
(
source
)
actual
interface
Mixin
<
out
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
:
JsIterable
<
T
>
(
source
)
@
SubclassOptInRequired
(
markerClass
=
[
InternalApi::class
]
)
expect
interface
Mixin
<
out
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
:
JsIterable
<
T
>
(
source
)
Inheritors
JsIterator
Mixin
Mixin
Members
Members & Extensions
Functions
[@@iterator]
Link copied to clipboard
js
open
override
fun
[@@iterator]
(
)
:
JsIterator
<
T
>
[@@iterator]
Link copied to clipboard
web
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
JsIterable
<
T
>
.
[@@iterator]
(
)
:
JsIterator
<
T
>
iterator
Link copied to clipboard
web
operator
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
JsIterable
<
T
>
.
iterator
(
)
:
Iterator
<
T
>