Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.collections
/
ListLike
/
Mixin
Mixin
web
@
SubclassOptInRequired
(
markerClass
=
[
InternalApi::class
]
)
interface
Mixin
<
out
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
:
ListLike
<
T
>
,
CollectionLike.Mixin
<
JsInt
,
T
>
(
source
)
Inheritors
TypedArray
Members
Members & Extensions
Properties
length
Link copied to clipboard
web
open
override
val
length
:
Int
Functions
[@@iterator]
Link copied to clipboard
web
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
JsIterable
<
T
>
.
[@@iterator]
(
)
:
JsIterator
<
T
>
as
List
Link copied to clipboard
web
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
ArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
entries
Link copied to clipboard
web
open
fun
entries
(
)
:
JsIterator
<
Tuple2
<
JsInt
,
T
>
>
for
Each
Link copied to clipboard
web
open
fun
forEach
(
action
:
(
item
:
T
)
->
Unit
)
get
Link copied to clipboard
web
open
operator
fun
get
(
index
:
Int
)
:
T
iterator
Link copied to clipboard
web
operator
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
JsIterable
<
T
>
.
iterator
(
)
:
Iterator
<
T
>
keys
Link copied to clipboard
web
open
fun
keys
(
)
:
JsIterator
<
JsInt
>
values
Link copied to clipboard
web
open
fun
values
(
)
:
JsIterator
<
T
>