Implementation of SubscriptionProxy to work with any objects with subscribe/unsubscribe contracts. This contract is suitable for Observable, for example.
subscribe/unsubscribe
Detaches from underlying subscription
Returns true if this proxy type can subscribe to passed object. false otherwise.
true
false
Generated using TypeDoc
Implementation of SubscriptionProxy to work with any objects with
subscribe/unsubscribe
contracts. This contract is suitable for Observable, for example.