The current value of this subject.
True if any value has been pushed to this subject.
True if this subject has been marked complete.
Subscribers to this subject.
Mark this subject as complete. The promise resolves when all subscribers have been pushed to.
Promise
True if this subject is marked as complete.
boolean
Push a new value to this subject. The promise resolves when all subscribers have been pushed to.
Promise
Push the given array of values to this subject in order. The promise resolves when all subscribers have been pushed to for all values.
Promise
Register a new subscription to this subject.
Unsubscribe
Cast this subject to a promise, which resolves on the output of the next value.
Promise
Get the current value of this subject.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
A stream-based state class.