toggle menu
methanol-parent
1.8.0-SNAPSHOT
jvm
switch theme
search in API
kotlin
/
com.github.mizosoft.methanol.samples.kotlin
/
Example
Example
data
class
Example
<
T
>
(
val
receiver
:
T
,
val
fn
:
suspend
T
.
(
)
->
Unit
)
Members
Constructors
Example
Link copied to clipboard
constructor
(
receiver
:
T
,
fn
:
suspend
T
.
(
)
->
Unit
)
Properties
fn
Link copied to clipboard
val
fn
:
suspend
T
.
(
)
->
Unit
receiver
Link copied to clipboard
val
receiver
:
T
Functions
run
Link copied to clipboard
suspend
fun
run
(
)