RxCombine 1.2.0
Updated for Xcode 11 beta 3.
Apple removed the AnyPublisher
initializer that takes a closure (similar to RxSwift's Observable.create
). Meaning creating a Publisher can only be done with an intermediary type. See RxPublisher.
Updated for Xcode 11 beta 3.
Apple removed the AnyPublisher
initializer that takes a closure (similar to RxSwift's Observable.create
). Meaning creating a Publisher can only be done with an intermediary type. See RxPublisher.