A Class which creates a map of Observable and reduces their emissions into a single boolean
 
Go to file
David Kebler 333d565894 0.1.7
modify toBoolean to accept a packet with ready/online/active properties
make available via instance
refector to keep the 'all' combination separate from combineObserver
add 'all' getter
add combinations getter
add private method _combineAll
2020-01-18 22:06:02 -08:00
examples 0.1.7 2020-01-18 22:06:02 -08:00
src 0.1.7 2020-01-18 22:06:02 -08:00
test 0.1.5 2020-01-14 13:26:56 -08:00
.eslintrc.js 0.1.1 2020-01-01 18:36:48 -08:00
.gitignore 0.1.1 2020-01-01 18:36:48 -08:00
.npmignore 0.1.1 2020-01-01 18:36:48 -08:00
package.json 0.1.7 2020-01-18 22:06:02 -08:00
readme.md 0.1.1 2020-01-01 18:36:48 -08:00

readme.md

uCOMmandIt Ready Class

Watches a list of events and/or promises that resolve to a boolean. When all a met it emits true otherwise at each event it emits false