trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.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