ReactiveSwift Docs

View on GitHub

Install in Dash

ReactiveSwift Reference SignalProducerConvertible Protocol Reference

SignalProducerConvertible

public protocol SignalProducerConvertible

Represents reactive primitives that can be represented by SignalProducer .

  • The type of values being sent by self.

    Declaration

    Swift

    associatedtype Value
  • The type of error that can occur on self.

    Declaration

    Swift

    associatedtype Error : Error
  • The SignalProducer representation of self.

    Declaration

    Swift

    var producer: SignalProducer <Value , Error > { get }

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

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

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