Publisher
extension Publisher
extension Publisher where Failure == Never
-
Undocumented
Declaration
Swift
public func asPublisherType() -> PublisherType<Output, Failure>
-
Undocumented
Declaration
Swift
public func asEffect<H>(token: H, dispatcher: ActionSource) -> Effect<Void, Output> where H : Hashable
-
Undocumented
Declaration
Swift
public func asEffect<H: Hashable>( token: H, file: String = #file, function: String = #function, line: UInt = #line, info: String? = nil ) -> Effect<Void, Output>
-
Undocumented
Declaration
Swift
public func asEffect(dispatcher: ActionSource) -> Effect<Void, Output>
-
Undocumented
Declaration
Swift
public func asEffect( file: String = #file, function: String = #function, line: UInt = #line, info: String? = nil ) -> Effect<Void, Output>