Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.array
/
Tuple7
Tuple7
sealed
interface
Tuple7
<
out
A
:
JsAny
?
,
out
B
:
JsAny
?
,
out
C
:
JsAny
?
,
out
D
:
JsAny
?
,
out
E
:
JsAny
?
,
out
F
:
JsAny
?
,
out
G
:
JsAny
?
>
:
Tuple6
<
A
,
B
,
C
,
D
,
E
,
F
>
(
source
)
Members
Members & Extensions
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
as
Array
Link copied to clipboard
inline
fun
Tuple
.
asArray
(
)
:
ReadonlyArray
<
JsAny
?
>
component1
Link copied to clipboard
inline operator
fun
<
A
:
JsAny
?
>
Tuple1
<
A
>
.
component1
(
)
:
A
component2
Link copied to clipboard
inline operator
fun
<
B
:
JsAny
?
>
Tuple2
<
*
,
B
>
.
component2
(
)
:
B
component3
Link copied to clipboard
inline operator
fun
<
C
:
JsAny
?
>
Tuple3
<
*
,
*
,
C
>
.
component3
(
)
:
C
component4
Link copied to clipboard
inline operator
fun
<
D
:
JsAny
?
>
Tuple4
<
*
,
*
,
*
,
D
>
.
component4
(
)
:
D
component5
Link copied to clipboard
inline operator
fun
<
E
:
JsAny
?
>
Tuple5
<
*
,
*
,
*
,
*
,
E
>
.
component5
(
)
:
E
component6
Link copied to clipboard
inline operator
fun
<
F
:
JsAny
?
>
Tuple6
<
*
,
*
,
*
,
*
,
*
,
F
>
.
component6
(
)
:
F
component7
Link copied to clipboard
inline operator
fun
<
G
:
JsAny
?
>
Tuple7
<
*
,
*
,
*
,
*
,
*
,
*
,
G
>
.
component7
(
)
:
G
unsafe
Get
Link copied to clipboard
abstract
fun
<
R
:
JsAny
?
>
unsafeGet
(
index
:
Int
)
:
R