ImprovTools
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ImprovTools
app
/
com.brokenkernel.improvtools.encyclopaedia.presentation.viewmodel
/
LoadableSingleWordThesaurusButtonViewModel
Loadable
Single
Word
Thesaurus
Button
View
Model
class
LoadableSingleWordThesaurusButtonViewModel
@
Inject
constructor
(
val
thesaurusAPI
:
ThesaurusAPI
)
:
ViewModel
Members
Constructors
Loadable
Single
Word
Thesaurus
Button
View
Model
Link copied to clipboard
@
Inject
constructor
(
thesaurusAPI
:
ThesaurusAPI
)
Properties
thesaurus
API
Link copied to clipboard
val
thesaurusAPI
:
ThesaurusAPI
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
clear
Link copied to clipboard
@
MainThread
internal
fun
clear
(
)
does
Have
Dictionary
Details
Link copied to clipboard
fun
doesHaveDictionaryDetails
(
word
:
String
)
:
StateFlow
<
Boolean
>
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
on
Cleared
Link copied to clipboard
protected
open
fun
onCleared
(
)