---
title: "send(_:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/subject/send(_:)"
---

# send(_:)

Sends a value to the subscriber.

## Declaration

```swift
func send(_ value: Self.Output)
```

## Parameters

- `value`: The value to send.

## See Also

### Delivering elements to subscribers

- [send()](combine/subject/send().md)
