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