object
The object that contains the property to assign.
Declaration
final var object: Root? { get }Discussion
The subscriber holds a strong reference to this object until the upstream publisher calls receive(completion:), at which point the subscriber sets this property to nil.