Readonly
arrayThe values of the set as an array
Readonly
array$An observable emitting the values of the set as an array
Readonly
emptyTrue if the collection is empty
Readonly
empty$An observable emitting true if the collection is empty
Readonly
sizeThe number of items in the collection
Readonly
size$An observable emitting the number of items in the collection
Readonly
valueThe inner non-observable Set
Readonly
value$An observable emitting the inner non-observable Set
Check if a key exists in the collection
Create am observable emitting true if a key exists in the collection
An immutable Set where the state and values can be observed