Contents

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.