trixnity-client
Toggle table of contents
4.17.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store.cache
/
ConcurrentObservableSet
Concurrent
Observable
Set
class
ConcurrentObservableSet
<
T
>
(
initialValue
:
Set
<
T
>
=
setOf()
)
Members
Constructors
Concurrent
Observable
Set
Link copied to clipboard
constructor
(
initialValue
:
Set
<
T
>
=
setOf()
)
Properties
values
Link copied to clipboard
val
values
:
Flow
<
Set
<
T
>
>
Functions
add
Link copied to clipboard
suspend
fun
add
(
element
:
T
)
:
Boolean
remove
Link copied to clipboard
suspend
fun
remove
(
element
:
T
)
:
Boolean
remove
All
Link copied to clipboard
suspend
fun
removeAll
(
)
size
Link copied to clipboard
suspend
fun
size
(
)
:
Int