ReactiveSet

Instance

Create the reactive set:

new ReactiveSet<Type>();

Methods

Observable alike methods:

asObservable
subscribe
unsubscribe

Native methods that emit reactive behaviour:

add
delete
clear

Last updated