##// END OF EJS Templates
added observable.collect() method to collect a sequnce to the array...
added observable.collect() method to collect a sequnce to the array added support for Promises to of(...) function

File last commit:

r129:66546e709732 v1.8.0 default
r129:66546e709732 v1.8.0 default
Show More
plan.ts
4 lines | 105 B | video/mp2t | TypeScriptLexer
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 import "./declare-tests";
cin
added while, until methods to the observable interface....
r124 import "./observable-tests";
cin
added observable subject producer
r125 import "./state-tests";
cin
added observable.collect() method to collect a sequnce to the array...
r129 import "./subject-tests";