PublisherType

extension PublisherType: SignalProducerProtocol, SignalProducerConvertible
  • Declaration

    Swift

    public var producer: SignalProducer<Element, ErrorType> { get }
  • Undocumented

    Declaration

    Swift

    public static func lift<FromValue>(_ transform: @escaping (FromValue) -> Value) -> (PublisherType<FromValue, Error>)
    -> PublisherType<Value, Error>