Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-js
/
js.function
/
ConstructorFunction
Constructor
Function
js
inline
fun
<
A
:
Tuple
,
R
:
Any
>
ConstructorFunction
(
)
:
ConstructorFunction
<
A
,
R
>
(
source
)
fun
<
A
:
Tuple
,
R
:
Any
>
ConstructorFunction
(
clazz
:
KClass
<
R
>
)
:
ConstructorFunction
<
A
,
R
>
(
source
)
fun
<
A
:
Tuple
,
R
:
Any
>
ConstructorFunction
(
clazz
:
JsClass
<
R
>
)
:
ConstructorFunction
<
A
,
R
>
(
source
)