rd-core
2025.1.1
rd-core
/
com.jetbrains.rd.util.reactive
/
IViewableConcurrentSet
IViewable
Concurrent
Set
interface
IViewableConcurrentSet
<
T
>
:
Iterable
<
T
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
contains
Link copied to clipboard
abstract
fun
contains
(
value
:
T
)
:
Boolean
Content copied to clipboard
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
Consumer
<
in
T
>
)
Content copied to clipboard
iterator
Link copied to clipboard
abstract
operator
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
Content copied to clipboard
view
Link copied to clipboard
abstract
fun
view
(
lifetime
:
Lifetime
,
action
:
(
Lifetime
,
T
)
->
Unit
)
Content copied to clipboard
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Content copied to clipboard
Inheritors
IAppendOnlyViewableConcurrentSet
Link copied to clipboard