stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick.impl
/
Tuple1
Tuple1
class
Tuple1
<
T
,
A
:
T
>
(
val
a
:
A
)
:
Tuple
<
T
>
Members
Constructors
Tuple1
Link copied to clipboard
constructor
(
a
:
A
)
Properties
a
Link copied to clipboard
val
a
:
A
Functions
to
List
Link copied to clipboard
open
override
fun
toList
(
)
:
List
<
T
>