ReactiveSwift Docs

View on GitHub

Install in Dash

ReactiveSwift Reference ReactiveExtensionsProvider Protocol Reference

ReactiveExtensionsProvider

public protocol ReactiveExtensionsProvider

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.
  • reactive Extension method

    A proxy which hosts reactive extensions for self.

    Declaration

    Swift

    public var reactive: Reactive <Self> { get }
  • reactive Extension method

    A proxy which hosts static reactive extensions for the type of self.

    Declaration

    Swift

    public static var reactive: Reactive <Self>.Type { get }

© 2020 ReactiveCocoa. All rights reserved. (Last updated: 2020年01月07日)

Generated by jazzy ♪♫ v0.13.0, a Realm project.

AltStyle によって変換されたページ (->オリジナル) /