toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.disposable
Package-level
declarations
Types
Functions
Types
Async
Disposable
Link copied to clipboard
external
interface
AsyncDisposable
Disposable
Link copied to clipboard
external
interface
Disposable
Functions
use
Link copied to clipboard
inline suspend
fun
<
T
:
AsyncDisposable
?
,
R
>
T
.
use
(
block
:
(
T
)
->
R
)
:
R
inline
fun
<
T
:
Disposable
?
,
R
>
T
.
use
(
block
:
(
T
)
->
R
)
:
R