receive(completion:)
Add a completion to the recording.
Declaration
mutating func receive(completion: Subscribers.Completion<Failure>)Discussion
A fatalError will be raised if more than one completion is added.
Add a completion to the recording.
mutating func receive(completion: Subscribers.Completion<Failure>)A fatalError will be raised if more than one completion is added.