Contents

init(_:)

Initializes a publisher that emits the specified output just once.

Declaration

init(_ output: Output)

Parameters

  • output:

    The one element that the publisher emits.