#cp.rx.Subject
Subjects
function both as an Observer and as an Observable. Subjects inherit all Observable
functions, including subscribe. Values can also be pushed to the Subject
, which will be broadcasted to any subscribed Observers.
#API Overview
Constructors - API calls which return an object, typically one that offers API methods
Methods - API calls which can only be made on an object returned by a constructor