Contents

send(_:)

Sends a value to the subscriber.

Declaration

func send(_ value: Self.Output)

Parameters

  • value:

    The value to send.

See Also

Delivering elements to subscribers