A Class which creates a map of Observable and reduces their emissions into a single boolean
 
Go to file
David Kebler 30f9f273e7 0.1.4
using '__all__' for main combination
can save combinations to map
.state hold state at last main combination change
can add observer details that can be passed on later by subscription
shareReply added to observers
added 'changed' operator that emits only on changed state or first emission
modified the map operator to accept async function via switchMap
added methods
 observerNames to get list
 failure gets name of first observer to fail in the state prop
 getValue
 addObserverDetails  (can add/ammend at any time)
2020-01-07 15:02:50 -08:00
examples 0.1.4 2020-01-07 15:02:50 -08:00
src 0.1.4 2020-01-07 15:02:50 -08:00
test 0.1.1 2020-01-01 18:36:48 -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.4 2020-01-07 15:02:50 -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