Skip to content

robertvazan/hookless-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWUbanner

Reactive collections for Hookless

Maven Central Build status Test coverage

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.

Status

Experimental. Stagean is used to track progress on class and method level.

Getting started

See homepage.

Documentation

Some APIs are undocumented. You might have to peek in the source code.

Feedback

Bug reports and pull requests are welcome. See CONTRIBUTING.md.

License

Distributed under Apache License 2.0.