Reactive collections as implemented in ReactiveCollections
class
are reactive adapters for Java collections.
Reactive collections wrap Java collections and turn them into reactive data source as long as all accesses are mediated by the wrapper.
Reactive collections will wake up dependent reactive computations whenever relevant write is made to the collection.
More on homepage.
Experimental. Stagean is used to track progress on class and method level.
See homepage.
Some APIs are undocumented. You might have to peek in the source code.
Bug reports and pull requests are welcome. See CONTRIBUTING.md.
Distributed under Apache License 2.0.