ReduKt
redukt-swift
/
com.daftmobile.redukt.swift
/
Disposable
Disposable
@
ObjCName
(
name
=
"ReduKtDisposable"
,
exact
=
true
)
fun
interface
Disposable
Represents a resource that should be disposed when no longer required.
Functions
Functions
dispose
Link copied to clipboard
abstract
fun
dispose
(
)