forked from Reactive-Extensions/RxJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrx.min.js
More file actions
2 lines (2 loc) · 37.8 KB
/
Copy pathrx.min.js
File metadata and controls
2 lines (2 loc) · 37.8 KB
1
2
(function(a){function b(){}function c(a){return a}function d(a,b){return S(a,b)}function e(a,b){return a-b}function f(a){return a.toString()}function g(a){throw a}function h(){if(this.isDisposed)throw new Error(E)}function i(a){return"function"!=typeof a.toString&&"string"==typeof(a+"")}function j(a){return a&&"object"==typeof a?O.call(a)==F:!1}function k(a){return"function"==typeof a}function l(a,b,c,d){var e;if(a===b)return 0!==a||1/a==1/b;var f=typeof a,g=typeof b;if(!(a!==a||a&&s[f]||b&&s[g]))return!1;if(null==a||null==b)return a===b;var h=O.call(a),m=O.call(b);if(h==F&&(h=L),m==F&&(m=L),h!=m)return!1;switch(h){case H:case I:return+a==+b;case K:return a!=+a?b!=+b:0==a?1/a==1/b:a==+b;case M:case N:return a==String(b)}var n=h==G;if(!n){if(h!=L||!z&&(i(a)||i(b)))return!1;var o=!Q&&j(a)?Object:a.constructor,p=!Q&&j(b)?Object:b.constructor;if(o!=p&&!(k(o)&&o instanceof o&&k(p)&&p instanceof p))return!1}for(var q=c.length;q--;)if(c[q]==a)return d[q]==b;var r=0;if(e=!0,c.push(a),d.push(b),n){for(q=a.length,r=b.length,e=r==a.length;r--;){var t=b[r];if(!(e=l(a[r],t,c,d)))break}return e}for(var u in b)if(P.call(b,u))return r++,e=P.call(a,u)&&l(a[u],b[u],c,d);if(e)for(var u in a)if(P.call(a,u))return e=--r>-1;return c.pop(),d.pop(),e}function m(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:T.call(a)}function n(a,b){for(var c=new Array(a),d=0;a>d;d++)c[d]=b();return c}function o(a,b){this.scheduler=a,this.disposable=b,this.isDisposed=!1}function p(a,b){return new Ub(function(c){var d=new eb,e=new fb;return e.setDisposable(d),d.setDisposable(a.subscribe(c.onNext.bind(c),function(a){var d,f;try{f=b(a)}catch(g){return c.onError(g),void 0}d=new eb,e.setDisposable(d),d.setDisposable(f.subscribe(c))},c.onCompleted.bind(c))),e})}function q(a,b){var c=this;return new Ub(function(d){var e=0,f=a.length;return c.subscribe(function(c){if(f>e){var g,h=a[e++];try{g=b(c,h)}catch(i){return d.onError(i),void 0}d.onNext(g)}else d.onCompleted()},d.onError.bind(d),d.onCompleted.bind(d))})}function r(a){return this.select(a).mergeObservable()}var s={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},t=s[typeof window]&&window||this,u=s[typeof exports]&&exports&&!exports.nodeType&&exports,w=s[typeof module]&&module&&!module.nodeType&&module,x=w&&w.exports===u&&u,y=s[typeof global]&&global;!y||y.global!==y&&y.window!==y||(t=y);var z,A={Internals:{}},B=Date.now,C="Sequence contains no elements.",D="Argument out of range",E="Object has been disposed",F="[object Arguments]",G="[object Array]",H="[object Boolean]",I="[object Date]",J="[object Function]",K="[object Number]",L="[object Object]",M="[object RegExp]",N="[object String]",O=Object.prototype.toString,P=Object.prototype.hasOwnProperty,Q=O.call(arguments)==F;try{z=!(O.call(document)==L&&!({toString:0}+""))}catch(R){z=!0}Q||(j=function(a){return a&&"object"==typeof a?P.call(a,"callee"):!1}),k(/x/)&&(k=function(a){return"function"==typeof a&&O.call(a)==J});var S=A.Internals.isEqual=function(a,b){return l(a,b,[],[])},T=Array.prototype.slice,U=({}.hasOwnProperty,this.inherits=A.Internals.inherits=function(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}),V=A.Internals.addProperties=function(a){for(var b=T.call(arguments,1),c=0,d=b.length;d>c;c++){var e=b[c];for(var f in e)a[f]=e[f]}},W=A.Internals.addRef=function(a,b){return new Ub(function(c){return new $(b.getDisposable(),a.subscribe(c))})},X=function(a,b){this.id=a,this.value=b};X.prototype.compareTo=function(a){var b=this.value.compareTo(a.value);return 0===b&&(b=this.id-a.id),b};var Y=A.Internals.PriorityQueue=function(a){this.items=new Array(a),this.length=0},Z=Y.prototype;Z.isHigherPriority=function(a,b){return this.items[a].compareTo(this.items[b])<0},Z.percolate=function(a){if(!(a>=this.length||0>a)){var b=a-1>>1;if(!(0>b||b===a)&&this.isHigherPriority(a,b)){var c=this.items[a];this.items[a]=this.items[b],this.items[b]=c,this.percolate(b)}}},Z.heapify=function(b){if(b===a&&(b=0),!(b>=this.length||0>b)){var c=2*b+1,d=2*b+2,e=b;if(c<this.length&&this.isHigherPriority(c,e)&&(e=c),d<this.length&&this.isHigherPriority(d,e)&&(e=d),e!==b){var f=this.items[b];this.items[b]=this.items[e],this.items[e]=f,this.heapify(e)}}},Z.peek=function(){return this.items[0].value},Z.removeAt=function(a){this.items[a]=this.items[--this.length],delete this.items[this.length],this.heapify()},Z.dequeue=function(){var a=this.peek();return this.removeAt(0),a},Z.enqueue=function(a){var b=this.length++;this.items[b]=new X(Y.count++,a),this.percolate(b)},Z.remove=function(a){for(var b=0;b<this.length;b++)if(this.items[b].value===a)return this.removeAt(b),!0;return!1},Y.count=0;var $=A.CompositeDisposable=function(){this.disposables=m(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},_=$.prototype;_.add=function(a){this.isDisposed?a.dispose():(this.disposables.push(a),this.length++)},_.remove=function(a){var b=!1;if(!this.isDisposed){var c=this.disposables.indexOf(a);-1!==c&&(b=!0,this.disposables.splice(c,1),this.length--,a.dispose())}return b},_.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()}},_.clear=function(){var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()},_.contains=function(a){return-1!==this.disposables.indexOf(a)},_.toArray=function(){return this.disposables.slice(0)};var ab=A.Disposable=function(a){this.isDisposed=!1,this.action=a||b};ab.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var bb=ab.create=function(a){return new ab(a)},cb=ab.empty={dispose:b},db=function(){function a(a){this.isSingle=a,this.isDisposed=!1,this.current=null}var b=a.prototype;return b.getDisposable=function(){return this.current},b.setDisposable=function(a){if(this.current&&this.isSingle)throw new Error("Disposable has already been assigned");var b,c=this.isDisposed;c||(b=this.current,this.current=a),b&&b.dispose(),c&&a&&a.dispose()},b.dispose=function(){var a;this.isDisposed||(this.isDisposed=!0,a=this.current,this.current=null),a&&a.dispose()},a}(),eb=A.SingleAssignmentDisposable=function(a){function b(){a.call(this,!0)}return U(b,a),b}(db),fb=A.SerialDisposable=function(a){function b(){a.call(this,!1)}return U(b,a),b}(db),gb=A.RefCountDisposable=function(){function a(a){this.disposable=a,this.disposable.count++,this.isInnerDisposed=!1}function b(a){this.underlyingDisposable=a,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return a.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},b.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},b.prototype.getDisposable=function(){return this.isDisposed?cb:new a(this)},b}();o.prototype.dispose=function(){var a=this;this.scheduler.schedule(function(){a.isDisposed||(a.isDisposed=!0,a.disposable.dispose())})};var hb=A.Internals.ScheduledItem=function(a,b,c,d,f){this.scheduler=a,this.state=b,this.action=c,this.dueTime=d,this.comparer=f||e,this.disposable=new eb};hb.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},hb.prototype.compareTo=function(a){return this.comparer(this.dueTime,a.dueTime)},hb.prototype.isCancelled=function(){return this.disposable.isDisposed},hb.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var ib,jb=A.Scheduler=function(){function a(a,b,c,d){this.now=a,this._schedule=b,this._scheduleRelative=c,this._scheduleAbsolute=d}function b(a,b){var c=b.first,d=b.second,e=new $,f=function(b){d(b,function(b){var c=!1,d=!1,g=a.scheduleWithState(b,function(a,b){return c?e.remove(g):d=!0,f(b),cb});d||(e.add(g),c=!0)})};return f(c),e}function c(a,b,c){var d=b.first,e=b.second,f=new $,g=function(b){e(b,function(b,d){var e=!1,h=!1,i=a[c].call(a,b,d,function(a,b){return e?f.remove(i):h=!0,g(b),cb});h||(f.add(i),e=!0)})};return g(d),f}function d(a,b){return b(),cb}var e=a.prototype;return e.catchException=e["catch"]=function(a){return new rb(this,a)},e.schedulePeriodic=function(a,b){return this.schedulePeriodicWithState(null,a,function(){b()})},e.schedulePeriodicWithState=function(a,b,c){var d=a,e=setInterval(function(){d=c(d)},b);return bb(function(){clearInterval(e)})},e.schedule=function(a){return this._schedule(a,d)},e.scheduleWithState=function(a,b){return this._schedule(a,b)},e.scheduleWithRelative=function(a,b){return this._scheduleRelative(b,a,d)},e.scheduleWithRelativeAndState=function(a,b,c){return this._scheduleRelative(a,b,c)},e.scheduleWithAbsolute=function(a,b){return this._scheduleAbsolute(b,a,d)},e.scheduleWithAbsoluteAndState=function(a,b,c){return this._scheduleAbsolute(a,b,c)},e.scheduleRecursive=function(a){return this.scheduleRecursiveWithState(a,function(a,b){a(function(){b(a)})})},e.scheduleRecursiveWithState=function(a,c){return this.scheduleWithState({first:a,second:c},function(a,c){return b(a,c)})},e.scheduleRecursiveWithRelative=function(a,b){return this.scheduleRecursiveWithRelativeAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithRelativeAndState=function(a,b,d){return this._scheduleRelative({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithRelativeAndState")})},e.scheduleRecursiveWithAbsolute=function(a,b){return this.scheduleRecursiveWithAbsoluteAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithAbsoluteAndState=function(a,b,d){return this._scheduleAbsolute({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithAbsoluteAndState")})},a.now=B,a.normalize=function(a){return 0>a&&(a=0),a},a}(),kb=jb.normalize,lb=(A.Internals.SchedulePeriodicRecursive=function(){function a(a,b){b(0,this._period);try{this._state=this._action(this._state)}catch(c){throw this._cancel.dispose(),c}}function b(a,b,c,d){this._scheduler=a,this._state=b,this._period=c,this._action=d}return b.prototype.start=function(){var b=new eb;return this._cancel=b,b.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,a.bind(this))),b},b}(),jb.immediate=function(){function a(a,b){return b(this,a)}function b(a,b,c){for(var d=kb(d);d-this.now()>0;);return c(this,a)}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new jb(B,a,b,c)}()),mb=jb.currentThread=function(){function a(){e=new Y(4)}function b(a,b){return this.scheduleWithRelativeAndState(a,0,b)}function c(b,c,d){var f,g=this.now()+kb(c),h=new hb(this,b,d,g);if(e)e.enqueue(h);else{f=new a;try{e.enqueue(h),f.run()}catch(i){throw i}finally{f.dispose()}}return h.disposable}function d(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}var e;a.prototype.dispose=function(){e=null},a.prototype.run=function(){for(var a;e.length>0;)if(a=e.dequeue(),!a.isCancelled()){for(;a.dueTime-jb.now()>0;);a.isCancelled()||a.invoke()}};var f=new jb(B,b,c,d);return f.scheduleRequired=function(){return null===e},f.ensureTrampoline=function(a){return null===e?this.schedule(a):a()},f}(),nb=RegExp("^"+String(O).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),ob="function"==typeof(ob=y&&x&&y.setImmediate)&&!nb.test(ob)&&ob,pb="function"==typeof(pb=y&&x&&y.clearImmediate)&&!nb.test(pb)&&pb,qb=b;!function(){function a(){if(!t.postMessage||t.importScripts)return!1;var a=!1,b=t.onmessage;return t.onmessage=function(){a=!0},t.postMessage("","*"),t.onmessage=b,a}function b(a){if("string"==typeof a.data&&a.data.substring(0,c.length)===c){var b=a.data.substring(c.length),e=d[b];e(),delete d[b]}}if("function"==typeof ob)ib=ob,qb=pb;else if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))ib=process.nextTick;else if(a()){var c="ms.rx.schedule"+Math.random(),d={},e=0;t.addEventListener?t.addEventListener("message",b,!1):t.attachEvent("onmessage",b,!1),ib=function(a){var b=e++;d[b]=a,t.postMessage(c+b,"*")}}else if(t.MessageChannel){var f=new t.MessageChannel,g={},h=0;f.port1.onmessage=function(a){var b=a.data,c=g[b];c(),delete g[b]},ib=function(a){var b=h++;g[b]=a,f.port2.postMessage(b)}}else"document"in t&&"onreadystatechange"in t.document.createElement("script")?ib=function(a){var b=t.document.createElement("script");b.onreadystatechange=function(){a(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},t.document.documentElement.appendChild(b)}:(ib=function(a){return setTimeout(a,0)},qb=clearTimeout)}();var rb=(jb.timeout=function(){function a(a,b){var c=this,d=new eb,e=ib(function(){d.isDisposed||d.setDisposable(b(c,a))});return new $(d,bb(function(){qb(e)}))}function b(a,b,c){var d=this,e=jb.normalize(b);if(0===e)return d.scheduleWithState(a,c);var f=new eb,g=setTimeout(function(){f.isDisposed||f.setDisposable(c(d,a))},e);return new $(f,bb(function(){clearTimeout(g)}))}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new jb(B,a,b,c)}(),function(a){function b(){return this._scheduler.now()}function c(a,b){return this._scheduler.scheduleWithState(a,this._wrap(b))}function d(a,b,c){return this._scheduler.scheduleWithRelativeAndState(a,b,this._wrap(c))}function e(a,b,c){return this._scheduler.scheduleWithAbsoluteAndState(a,b,this._wrap(c))}function f(f,g){this._scheduler=f,this._handler=g,this._recursiveOriginal=null,this._recursiveWrapper=null,a.call(this,b,c,d,e)}return U(f,a),f.prototype._clone=function(a){return new f(a,this._handler)},f.prototype._wrap=function(a){var b=this;return function(c,d){try{return a(b._getRecursiveWrapper(c),d)}catch(e){if(!b._handler(e))throw e;return cb}}},f.prototype._getRecursiveWrapper=function(a){if(this._recursiveOriginal!==a){this._recursiveOriginal=a;var b=this._clone(a);b._recursiveOriginal=a,b._recursiveWrapper=b,this._recursiveWrapper=b}return this._recursiveWrapper},f.prototype.schedulePeriodicWithState=function(a,b,c){var d=this,e=!1,f=new eb;return f.setDisposable(this._scheduler.schedulePeriodicWithState(a,b,function(a){if(e)return null;try{return c(a)}catch(b){if(e=!0,!d._handler(b))throw b;return f.dispose(),null}})),f},f}(jb)),sb=A.Notification=function(){function a(a,b){this.hasValue=null==b?!1:b,this.kind=a}var b=a.prototype;return b.accept=function(a,b,c){return 1===arguments.length&&"object"==typeof a?this._acceptObservable(a):this._accept(a,b,c)},b.toObservable=function(a){var b=this;return a||(a=lb),new Ub(function(c){return a.schedule(function(){b._acceptObservable(c),"N"===b.kind&&c.onCompleted()})})},a}(),tb=sb.createOnNext=function(){function a(a){return a(this.value)}function b(a){return a.onNext(this.value)}function c(){return"OnNext("+this.value+")"}return function(d){var e=new sb("N",!0);return e.value=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),ub=sb.createOnError=function(){function a(a,b){return b(this.exception)}function b(a){return a.onError(this.exception)}function c(){return"OnError("+this.exception+")"}return function(d){var e=new sb("E");return e.exception=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),vb=sb.createOnCompleted=function(){function a(a,b,c){return c()}function b(a){return a.onCompleted()}function c(){return"OnCompleted()"}return function(){var d=new sb("C");return d._accept=a,d._acceptObservable=b,d.toString=c,d}}(),wb=A.Internals.Enumerator=function(a,b){this.moveNext=a,this.getCurrent=b},xb=wb.create=function(a,b){var c=!1;return new wb(function(){if(c)return!1;var b=a();return b||(c=!0),b},function(){return b()})},yb=A.Internals.Enumerable=function(a){this.getEnumerator=a};yb.prototype.concat=function(){var a=this;return new Ub(function(b){var c,d=a.getEnumerator(),e=new fb,f=lb.scheduleRecursive(function(a){var f,g;if(!c){try{g=d.moveNext(),g&&(f=d.getCurrent())}catch(h){return b.onError(h),void 0}if(!g)return b.onCompleted(),void 0;var i=new eb;e.setDisposable(i),i.setDisposable(f.subscribe(b.onNext.bind(b),b.onError.bind(b),function(){a()}))}});return new $(e,f,bb(function(){c=!0}))})},yb.prototype.catchException=function(){var a=this;return new Ub(function(b){var c,d,e=a.getEnumerator(),f=new fb,g=lb.scheduleRecursive(function(a){var g,h;if(!c){try{h=e.moveNext(),h&&(g=e.getCurrent())}catch(i){return b.onError(i),void 0}if(!h)return d?b.onError(d):b.onCompleted(),void 0;var j=new eb;f.setDisposable(j),j.setDisposable(g.subscribe(b.onNext.bind(b),function(b){d=b,a()},b.onCompleted.bind(b)))}});return new $(f,g,bb(function(){c=!0}))})};var zb=yb.repeat=function(a,b){return 1===arguments.length&&(b=-1),new yb(function(){var c,d=b;return xb(function(){return 0===d?!1:(d>0&&d--,c=a,!0)},function(){return c})})},Ab=yb.forEach=function(a,b,d){return b||(b=c),new yb(function(){var c,e=-1;return xb(function(){return++e<a.length?(c=b.call(d,a[e],e,a),!0):!1},function(){return c})})},Bb=A.Observer=function(){};Bb.prototype.toNotifier=function(){var a=this;return function(b){return b.accept(a)}},Bb.prototype.asObserver=function(){return new Fb(this.onNext.bind(this),this.onError.bind(this),this.onCompleted.bind(this))},Bb.prototype.checked=function(){return new Gb(this)};var Cb=Bb.create=function(a,c,d){return a||(a=b),c||(c=g),d||(d=b),new Fb(a,c,d)};Bb.fromNotifier=function(a){return new Fb(function(b){return a(tb(b))},function(b){return a(ub(b))},function(){return a(vb())})},Bb.notifyOn=function(a){return new Ib(a,this)};var Db,Eb=A.Internals.AbstractObserver=function(a){function b(){this.isStopped=!1,a.call(this)}return U(b,a),b.prototype.onNext=function(a){this.isStopped||this.next(a)},b.prototype.onError=function(a){this.isStopped||(this.isStopped=!0,this.error(a))},b.prototype.onCompleted=function(){this.isStopped||(this.isStopped=!0,this.completed())},b.prototype.dispose=function(){this.isStopped=!0},b.prototype.fail=function(a){return this.isStopped?!1:(this.isStopped=!0,this.error(a),!0)},b}(Bb),Fb=A.AnonymousObserver=function(a){function b(b,c,d){a.call(this),this._onNext=b,this._onError=c,this._onCompleted=d}return U(b,a),b.prototype.next=function(a){this._onNext(a)},b.prototype.error=function(a){this._onError(a)},b.prototype.completed=function(){this._onCompleted()},b}(Eb),Gb=function(a){function b(b){a.call(this),this._observer=b,this._state=0}U(b,a);var c=b.prototype;return c.onNext=function(a){this.checkAccess();try{this._observer.onNext(a)}catch(b){throw b}finally{this._state=0}},c.onError=function(a){this.checkAccess();try{this._observer.onError(a)}catch(b){throw b}finally{this._state=2}},c.onCompleted=function(){this.checkAccess();try{this._observer.onCompleted()}catch(a){throw a}finally{this._state=2}},c.checkAccess=function(){if(1===this._state)throw new Error("Re-entrancy detected");if(2===this._state)throw new Error("Observer completed");0===this._state&&(this._state=1)},b}(Bb),Hb=A.Internals.ScheduledObserver=function(a){function b(b,c){a.call(this),this.scheduler=b,this.observer=c,this.isAcquired=!1,this.hasFaulted=!1,this.queue=[],this.disposable=new fb}return U(b,a),b.prototype.next=function(a){var b=this;this.queue.push(function(){b.observer.onNext(a)})},b.prototype.error=function(a){var b=this;this.queue.push(function(){b.observer.onError(a)})},b.prototype.completed=function(){var a=this;this.queue.push(function(){a.observer.onCompleted()})},b.prototype.ensureActive=function(){var a=!1,b=this;!this.hasFaulted&&this.queue.length>0&&(a=!this.isAcquired,this.isAcquired=!0),a&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(a){var c;if(!(b.queue.length>0))return b.isAcquired=!1,void 0;c=b.queue.shift();try{c()}catch(d){throw b.queue=[],b.hasFaulted=!0,d}a()}))},b.prototype.dispose=function(){a.prototype.dispose.call(this),this.disposable.dispose()},b}(Eb),Ib=function(a){function b(){a.apply(this,arguments)}return U(b,a),b.prototype.next=function(b){a.prototype.next.call(this,b),this.ensureActive()},b.prototype.error=function(b){a.prototype.error.call(this,b),this.ensureActive()},b.prototype.completed=function(){a.prototype.completed.call(this),this.ensureActive()},b}(Hb),Jb=A.Observable=function(){function a(a){this._subscribe=a}return Db=a.prototype,Db.finalValue=function(){var a=this;return new Ub(function(b){var c,d=!1;return a.subscribe(function(a){d=!0,c=a},b.onError.bind(b),function(){d?(b.onNext(c),b.onCompleted()):b.onError(new Error(C))})})},Db.subscribe=Db.forEach=function(a,b,c){var d;return d="object"==typeof a?a:Cb(a,b,c),this._subscribe(d)},Db.toArray=function(){function a(a,b){var c=a.slice(0);return c.push(b),c}return this.scan([],a).startWith([]).finalValue()},a}();Db.observeOn=function(a){var b=this;return new Ub(function(c){return b.subscribe(new Ib(a,c))})},Db.subscribeOn=function(a){var b=this;return new Ub(function(c){var d=new eb,e=new fb;return e.setDisposable(d),d.setDisposable(a.schedule(function(){e.setDisposable(new o(a,b.subscribe(c)))})),e})},Jb.create=Jb.createWithDisposable=function(a){return new Ub(a)};var Kb=(Jb.defer=function(a){return new Ub(function(b){var c;try{c=a()}catch(d){return Ob(d).subscribe(b)}return c.subscribe(b)})},Jb.empty=function(a){return a||(a=lb),new Ub(function(b){return a.schedule(function(){b.onCompleted()})})}),Lb=Jb.fromArray=function(a,b){return b||(b=mb),new Ub(function(c){var d=0;return b.scheduleRecursive(function(b){d<a.length?(c.onNext(a[d++]),b()):c.onCompleted()})})};Jb.generate=function(a,b,c,d,e){return e||(e=mb),new Ub(function(f){var g=!0,h=a;return e.scheduleRecursive(function(a){var e,i;try{g?g=!1:h=c(h),e=b(h),e&&(i=d(h))}catch(j){return f.onError(j),void 0}e?(f.onNext(i),a()):f.onCompleted()})})};var Mb=Jb.never=function(){return new Ub(function(){return cb})};Jb.range=function(a,b,c){return c||(c=mb),new Ub(function(d){return c.scheduleRecursiveWithState(0,function(c,e){b>c?(d.onNext(a+c),e(c+1)):d.onCompleted()})})},Jb.repeat=function(a,b,c){return c||(c=mb),null==b&&(b=-1),Nb(a,c).repeat(b)};var Nb=Jb["return"]=Jb.returnValue=function(a,b){return b||(b=lb),new Ub(function(c){return b.schedule(function(){c.onNext(a),c.onCompleted()})})},Ob=Jb["throw"]=Jb.throwException=function(a,b){return b||(b=lb),new Ub(function(c){return b.schedule(function(){c.onError(a)})})};Jb.using=function(a,b){return new Ub(function(c){var d,e,f=cb;try{d=a(),d&&(f=d),e=b(d)}catch(g){return new $(Ob(g).subscribe(c),f)}return new $(e.subscribe(c),f)})},Db.amb=function(a){var b=this;return new Ub(function(c){function d(){f||(f=g,j.dispose())}function e(){f||(f=h,i.dispose())}var f,g="L",h="R",i=new eb,j=new eb;return i.setDisposable(b.subscribe(function(a){d(),f===g&&c.onNext(a)},function(a){d(),f===g&&c.onError(a)},function(){d(),f===g&&c.onCompleted()})),j.setDisposable(a.subscribe(function(a){e(),f===h&&c.onNext(a)},function(a){e(),f===h&&c.onError(a)},function(){e(),f===h&&c.onCompleted()})),new $(i,j)})},Jb.amb=function(){function a(a,b){return a.amb(b)}for(var b=Mb(),c=m(arguments,0),d=0,e=c.length;e>d;d++)b=a(b,c[d]);return b},Db["catch"]=Db.catchException=function(a){return"function"==typeof a?p(this,a):Pb([this,a])};var Pb=Jb.catchException=Jb["catch"]=function(){var a=m(arguments,0);return Ab(a).catchException()};Db.combineLatest=function(){var a=T.call(arguments);return Array.isArray(a[0])?a[0].unshift(this):a.unshift(this),Qb.apply(this,a)};var Qb=Jb.combineLatest=function(){var a=T.call(arguments),b=a.pop();return Array.isArray(a[0])&&(a=a[0]),new Ub(function(d){function e(a){var e;if(i[a]=!0,j||(j=i.every(c))){try{e=b.apply(null,l)}catch(f){return d.onError(f),void 0}d.onNext(e)}else k.filter(function(b,c){return c!==a}).every(c)&&d.onCompleted()}function f(a){k[a]=!0,k.every(c)&&d.onCompleted()}for(var g=function(){return!1},h=a.length,i=n(h,g),j=!1,k=n(h,g),l=new Array(h),m=new Array(h),o=0;h>o;o++)!function(b){m[b]=new eb,m[b].setDisposable(a[b].subscribe(function(a){l[b]=a,e(b)},d.onError.bind(d),function(){f(b)}))}(o);return new $(m)})};Db.concat=function(){var a=T.call(arguments,0);return a.unshift(this),Rb.apply(this,a)};var Rb=Jb.concat=function(){var a=m(arguments,0);return Ab(a).concat()};Db.concatObservable=Db.concatAll=function(){return this.merge(1)},Db.merge=function(a){if("number"!=typeof a)return Sb(this,a);var b=this;return new Ub(function(c){var d=0,e=new $,f=!1,g=[],h=function(a){var b=new eb;e.add(b),b.setDisposable(a.subscribe(c.onNext.bind(c),c.onError.bind(c),function(){var a;e.remove(b),g.length>0?(a=g.shift(),h(a)):(d--,f&&0===d&&c.onCompleted())}))};return e.add(b.subscribe(function(b){a>d?(d++,h(b)):g.push(b)},c.onError.bind(c),function(){f=!0,0===d&&c.onCompleted()})),e})};var Sb=Jb.merge=function(){var a,b;return arguments[0]?arguments[0].now?(a=arguments[0],b=T.call(arguments,1)):(a=lb,b=T.call(arguments,0)):(a=lb,b=T.call(arguments,1)),Array.isArray(b[0])&&(b=b[0]),Lb(b,a).mergeObservable()};Db.mergeObservable=Db.mergeAll=function(){var a=this;return new Ub(function(b){var c=new $,d=!1,e=new eb;return c.add(e),e.setDisposable(a.subscribe(function(a){var e=new eb;c.add(e),e.setDisposable(a.subscribe(function(a){b.onNext(a)},b.onError.bind(b),function(){c.remove(e),d&&1===c.length&&b.onCompleted()}))},b.onError.bind(b),function(){d=!0,1===c.length&&b.onCompleted()})),c})},Db.onErrorResumeNext=function(a){if(!a)throw new Error("Second observable is required");return Tb([this,a])};var Tb=Jb.onErrorResumeNext=function(){var a=m(arguments,0);return new Ub(function(b){var c=0,d=new fb,e=lb.scheduleRecursive(function(e){var f,g;c<a.length?(f=a[c++],g=new eb,d.setDisposable(g),g.setDisposable(f.subscribe(b.onNext.bind(b),function(){e()},function(){e()}))):b.onCompleted()});return new $(d,e)})};Db.skipUntil=function(a){var b=this;return new Ub(function(c){var d=!1,e=new $(b.subscribe(function(a){d&&c.onNext(a)},c.onError.bind(c),function(){d&&c.onCompleted()})),f=new eb;return e.add(f),f.setDisposable(a.subscribe(function(){d=!0,f.dispose()},c.onError.bind(c),function(){f.dispose()})),e})},Db["switch"]=Db.switchLatest=function(){var a=this;return new Ub(function(b){var c=!1,d=new fb,e=!1,f=0,g=a.subscribe(function(a){var g=new eb,h=++f;c=!0,d.setDisposable(g),g.setDisposable(a.subscribe(function(a){f===h&&b.onNext(a)},function(a){f===h&&b.onError(a)},function(){f===h&&(c=!1,e&&b.onCompleted())}))},b.onError.bind(b),function(){e=!0,c||b.onCompleted()});return new $(g,d)})},Db.takeUntil=function(a){var c=this;return new Ub(function(d){return new $(c.subscribe(d),a.subscribe(d.onCompleted.bind(d),d.onError.bind(d),b))})},Db.zip=function(){if(Array.isArray(arguments[0]))return q.apply(this,arguments);var a=this,b=T.call(arguments),d=b.pop();return b.unshift(a),new Ub(function(e){function f(a){i[a]=!0,i.every(function(a){return a})&&e.onCompleted()}for(var g=b.length,h=n(g,function(){return[]}),i=n(g,function(){return!1}),j=function(b){var f,g;if(h.every(function(a){return a.length>0})){try{g=h.map(function(a){return a.shift()}),f=d.apply(a,g)}catch(j){return e.onError(j),void 0}e.onNext(f)}else i.filter(function(a,c){return c!==b}).every(c)&&e.onCompleted()},k=new Array(g),l=0;g>l;l++)!function(a){k[a]=new eb,k[a].setDisposable(b[a].subscribe(function(b){h[a].push(b),j(a)},e.onError.bind(e),function(){f(a)}))}(l);return new $(k)})},Jb.zip=function(){var a=T.call(arguments,0),b=a.shift();return b.zip.apply(b,a)},Jb.zipArray=function(){var a=m(arguments,0);return new Ub(function(b){function d(a){if(g.every(function(a){return a.length>0})){var d=g.map(function(a){return a.shift()});b.onNext(d)}else if(h.filter(function(b,c){return c!==a}).every(c))return b.onCompleted(),void 0}function e(a){return h[a]=!0,h.every(c)?(b.onCompleted(),void 0):void 0}for(var f=a.length,g=n(f,function(){return[]}),h=n(f,function(){return!1}),i=new Array(f),j=0;f>j;j++)!function(c){i[c]=new eb,i[c].setDisposable(a[c].subscribe(function(a){g[c].push(a),d(c)},b.onError.bind(b),function(){e(c)}))}(j);var k=new $(i);return k.add(bb(function(){for(var a=0,b=g.length;b>a;a++)g[a]=[]})),k})},Db.asObservable=function(){var a=this;return new Ub(function(b){return a.subscribe(b)})},Db.bufferWithCount=function(a,b){return 1===arguments.length&&(b=a),this.windowWithCount(a,b).selectMany(function(a){return a.toArray()}).where(function(a){return a.length>0})},Db.dematerialize=function(){var a=this;return new Ub(function(b){return a.subscribe(function(a){return a.accept(b)},b.onError.bind(b),b.onCompleted.bind(b))})},Db.distinctUntilChanged=function(a,b){var e=this;return a||(a=c),b||(b=d),new Ub(function(c){var d,f=!1;return e.subscribe(function(e){var g,h=!1;try{g=a(e)}catch(i){return c.onError(i),void 0}if(f)try{h=b(d,g)}catch(i){return c.onError(i),void 0}f&&h||(f=!0,d=g,c.onNext(e))},c.onError.bind(c),c.onCompleted.bind(c))})},Db["do"]=Db.doAction=function(a,b,c){var d,e=this;return"function"==typeof a?d=a:(d=a.onNext.bind(a),b=a.onError.bind(a),c=a.onCompleted.bind(a)),new Ub(function(a){return e.subscribe(function(b){try{d(b)}catch(c){a.onError(c)}a.onNext(b)},function(c){if(b){try{b(c)}catch(d){a.onError(d)}a.onError(c)}else a.onError(c)},function(){if(c){try{c()}catch(b){a.onError(b)}a.onCompleted()}else a.onCompleted()})})},Db["finally"]=Db.finallyAction=function(a){var b=this;return new Ub(function(c){var d=b.subscribe(c);return bb(function(){try{d.dispose()}catch(b){throw b}finally{a()}})})},Db.ignoreElements=function(){var a=this;return new Ub(function(c){return a.subscribe(b,c.onError.bind(c),c.onCompleted.bind(c))})},Db.materialize=function(){var a=this;return new Ub(function(b){return a.subscribe(function(a){b.onNext(tb(a))},function(a){b.onNext(ub(a)),b.onCompleted()},function(){b.onNext(vb()),b.onCompleted()})})},Db.repeat=function(a){return zb(this,a).concat()},Db.retry=function(a){return zb(this,a).catchException()},Db.scan=function(){var a,b,c=!1,d=this;return 2===arguments.length?(c=!0,a=arguments[0],b=arguments[1]):b=arguments[0],new Ub(function(e){var f,g,h;return d.subscribe(function(d){try{h||(h=!0),f?g=b(g,d):(g=c?b(a,d):d,f=!0)}catch(i){return e.onError(i),void 0}e.onNext(g)},e.onError.bind(e),function(){!h&&c&&e.onNext(a),e.onCompleted()})})},Db.skipLast=function(a){var b=this;return new Ub(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&c.onNext(d.shift())},c.onError.bind(c),c.onCompleted.bind(c))})},Db.startWith=function(){var a,b,c=0;return arguments.length&&"now"in Object(arguments[0])?(b=arguments[0],c=1):b=lb,a=T.call(arguments,c),Ab([Lb(a,b),this]).concat()},Db.takeLast=function(a,b){return this.takeLastBuffer(a).selectMany(function(a){return Lb(a,b)})},Db.takeLastBuffer=function(a){var b=this;return new Ub(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&d.shift()},c.onError.bind(c),function(){c.onNext(d),c.onCompleted()})})},Db.windowWithCount=function(a,b){var c=this;if(0>=a)throw new Error(D);if(1===arguments.length&&(b=a),0>=b)throw new Error(D);return new Ub(function(d){var e=new eb,f=new gb(e),g=0,h=[],i=function(){var a=new Yb;h.push(a),d.onNext(W(a,f))};return i(),e.setDisposable(c.subscribe(function(c){for(var d,e=0,f=h.length;f>e;e++)h[e].onNext(c);var j=g-a+1;j>=0&&j%b===0&&(d=h.shift(),d.onCompleted()),g++,g%b===0&&i()},function(a){for(;h.length>0;)h.shift().onError(a);d.onError(a)},function(){for(;h.length>0;)h.shift().onCompleted();d.onCompleted()})),f})},Db.defaultIfEmpty=function(b){var c=this;return b===a&&(b=null),new Ub(function(a){var d=!1;return c.subscribe(function(b){d=!0,a.onNext(b)},a.onError.bind(a),function(){d||a.onNext(b),a.onCompleted()})})},Db.distinct=function(a,b){var d=this;return a||(a=c),b||(b=f),new Ub(function(c){var e={};return d.subscribe(function(d){var f,g,h,i=!1;try{f=a(d),g=b(f)}catch(j){return c.onError(j),void 0}for(h in e)if(g===h){i=!0;break}i||(e[g]=null,c.onNext(d))},c.onError.bind(c),c.onCompleted.bind(c))})},Db.groupBy=function(a,b,c){return this.groupByUntil(a,b,function(){return Mb()},c)},Db.groupByUntil=function(a,d,e,g){var h=this;
return d||(d=c),g||(g=f),new Ub(function(c){var f={},i=new $,j=new gb(i);return i.add(h.subscribe(function(h){var k,l,m,n,o,p,q,r,s,t;try{p=a(h),q=g(p)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}n=!1;try{s=f[q],s||(s=new Yb,f[q]=s,n=!0)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}if(n){o=new Wb(p,s,j),l=new Wb(p,s);try{k=e(l)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}c.onNext(o),r=new eb,i.add(r);var v=function(){q in f&&(delete f[q],s.onCompleted()),i.remove(r)};r.setDisposable(k.take(1).subscribe(b,function(a){for(t in f)f[t].onError(a);c.onError(a)},function(){v()}))}try{m=d(h)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}s.onNext(m)},function(a){for(var b in f)f[b].onError(a);c.onError(a)},function(){for(var a in f)f[a].onCompleted();c.onCompleted()})),j})},Db.select=Db.map=function(a,b){var c=this;return new Ub(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Db.pluck=function(a){return this.select(function(b){return b[a]})},Db.selectMany=Db.flatMap=function(a,b){return b?this.selectMany(function(c){return a(c).select(function(a){return b(c,a)})}):"function"==typeof a?r.call(this,a):r.call(this,function(){return a})},Db.selectSwitch=Db.flatMapLatest=function(a,b){return this.select(a,b).switchLatest()},Db.skip=function(a){if(0>a)throw new Error(D);var b=this;return new Ub(function(c){var d=a;return b.subscribe(function(a){0>=d?c.onNext(a):d--},c.onError.bind(c),c.onCompleted.bind(c))})},Db.skipWhile=function(a,b){var c=this;return new Ub(function(d){var e=0,f=!1;return c.subscribe(function(g){if(!f)try{f=!a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f&&d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Db.take=function(a,b){if(0>a)throw new Error(D);if(0===a)return Kb(b);var c=this;return new Ub(function(b){var d=a;return c.subscribe(function(a){d>0&&(d--,b.onNext(a),0===d&&b.onCompleted())},b.onError.bind(b),b.onCompleted.bind(b))})},Db.takeWhile=function(a,b){var c=this;return new Ub(function(d){var e=0,f=!0;return c.subscribe(function(g){if(f){try{f=a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f?d.onNext(g):d.onCompleted()}},d.onError.bind(d),d.onCompleted.bind(d))})},Db.where=Db.filter=function(a,b){var c=this;return new Ub(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}g&&d.onNext(f)},d.onError.bind(d),d.onCompleted.bind(d))})};var Ub=A.Internals.AnonymousObservable=function(a){function b(a){return"undefined"==typeof a?a=cb:"function"==typeof a&&(a=bb(a)),a}function c(d){function e(a){var c=new Vb(a);if(mb.scheduleRequired())mb.schedule(function(){try{c.setDisposable(b(d(c)))}catch(a){if(!c.fail(a))throw a}});else try{c.setDisposable(b(d(c)))}catch(e){if(!c.fail(e))throw e}return c}return this instanceof c?(a.call(this,e),void 0):new c(d)}return U(c,a),c}(Jb),Vb=function(a){function b(b){a.call(this),this.observer=b,this.m=new eb}U(b,a);var c=b.prototype;return c.next=function(a){var b=!1;try{this.observer.onNext(a),b=!0}catch(c){throw c}finally{b||this.dispose()}},c.error=function(a){try{this.observer.onError(a)}catch(b){throw b}finally{this.dispose()}},c.completed=function(){try{this.observer.onCompleted()}catch(a){throw a}finally{this.dispose()}},c.setDisposable=function(a){this.m.setDisposable(a)},c.getDisposable=function(){return this.m.getDisposable()},c.disposable=function(a){return arguments.length?this.getDisposable():setDisposable(a)},c.dispose=function(){a.prototype.dispose.call(this),this.m.dispose()},b}(Eb),Wb=function(a){function b(a){return this.underlyingObservable.subscribe(a)}function c(c,d,e){a.call(this,b),this.key=c,this.underlyingObservable=e?new Ub(function(a){return new $(e.getDisposable(),d.subscribe(a))}):d}return U(c,a),c}(Jb),Xb=function(a,b){this.subject=a,this.observer=b};Xb.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1),this.observer=null}};var Yb=A.Subject=function(a){function b(a){return h.call(this),this.isStopped?this.exception?(a.onError(this.exception),cb):(a.onCompleted(),cb):(this.observers.push(a),new Xb(this,a))}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return U(c,a),V(c.prototype,Bb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(h.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(h.call(this),!this.isStopped)for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)},dispose:function(){this.isDisposed=!0,this.observers=null}}),c.create=function(a,b){return new Zb(a,b)},c}(Jb),Zb=(A.AsyncSubject=function(a){function b(a){if(h.call(this),!this.isStopped)return this.observers.push(a),new Xb(this,a);var b=this.exception;return hv=this.hasValue,v=this.value,b?a.onError(b):hv?(a.onNext(v),a.onCompleted()):a.onCompleted(),cb}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return U(c,a),V(c.prototype,Bb,{hasObservers:function(){return h.call(this),this.observers.length>0},onCompleted:function(){var a,b,c;if(h.call(this),!this.isStopped){var d=this.observers.slice(0);this.isStopped=!0;var e=this.value,f=this.hasValue;if(f)for(b=0,c=d.length;c>b;b++)a=d[b],a.onNext(e),a.onCompleted();else for(b=0,c=d.length;c>b;b++)d[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){h.call(this),this.isStopped||(this.value=a,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),c}(Jb),function(a){function b(a){return this.observable.subscribe(a)}function c(c,d){a.call(this,b),this.observer=c,this.observable=d}return U(c,a),V(c.prototype,Bb,{onCompleted:function(){this.observer.onCompleted()},onError:function(a){this.observer.onError(a)},onNext:function(a){this.observer.onNext(a)}}),c}(Jb));"function"==typeof define&&"object"==typeof define.amd&&define.amd?(t.Rx=A,define(function(){return A})):u&&w?x?(w.exports=A).Rx=A:u.Rx=A:t.Rx=A}).call(this);