init(_:)
Initializes a publisher that emits the specified output just once.
Declaration
init(_ output: Output)Parameters
- output:
The one element that the publisher emits.
Initializes a publisher that emits the specified output just once.
init(_ output: Output)The one element that the publisher emits.