Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Observer): observer interface now allows partial Observers #1282

Merged
merged 1 commit into from
Feb 2, 2016
Merged

fix(Observer): observer interface now allows partial Observers #1282

merged 1 commit into from
Feb 2, 2016

Commits on Feb 2, 2016

  1. fix(Observer): fix typing to allow observation via partial observable…

    …s with PartialObservable<T>
    
    - Observer<T> is the "full" observer interface
    - PartialObserver<T> is any object with at least one method of the Observer interface
    - Updates subscribe signature and Notification signatures to use PartialObserver instead of Observer
    
    Related #1260
    benlesh committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    7b6da90 View commit details
    Browse the repository at this point in the history