rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.reactive
/
IAppendOnlyViewableConcurrentSet
IAppend
Only
Viewable
Concurrent
Set
interface
IAppendOnlyViewableConcurrentSet
<
T
>
:
Iterable
<
T
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
add
Link copied to clipboard
abstract
fun
add
(
value
:
T
)
:
Boolean
Content copied to clipboard
add
All
Link copied to clipboard
open
fun
addAll
(
elements
:
Iterable
<
T
>
)
:
Boolean
Content copied to clipboard
Adds all the elements of the specified collection to this collection.
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
IViewableConcurrentSet
Link copied to clipboard