ReactiveExtensionsProvider
public protocol ReactiveExtensionsProvider: class
Describes a provider of reactive extensions.
Note
ReactiveExtensionsProvider
does not indicate whether a type is
reactive. It is intended for extensions to types that are not owned
by the module in order to avoid name collisions and return type
ambiguities.