A Class which creates a map of Observable and reduces their emissions into a single boolean
 
Go to file
David Kebler 205f9a2ccd 0.1.10 add makeCombination, fix bug in makeObserver, refactor failed, add sending boolean event as array where first element is ready value to check 2020-02-10 21:43:01 -08:00
examples 0.1.7 2020-01-18 22:06:02 -08:00
src 0.1.10 add makeCombination, fix bug in makeObserver, refactor failed, add sending boolean event as array where first element is ready value to check 2020-02-10 21:43:01 -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.10 add makeCombination, fix bug in makeObserver, refactor failed, add sending boolean event as array where first element is ready value to check 2020-02-10 21:43:01 -08:00
package.json 0.1.10 add makeCombination, fix bug in makeObserver, refactor failed, add sending boolean event as array where first element is ready value to check 2020-02-10 21:43:01 -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