Materialize
public struct Materialize<Upstream> : Publisher where Upstream : Publisher
Wraps all the elements as well as the subscription and completion events of an upstream publisher
into a stream of Signal
elements
-
Declaration
Swift
public typealias Failure = Never