---
title: "output(at:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/just/output(at:)"
---

# output(at:)

## Declaration

```swift
func output(at index: Int) -> Optional<Output>.Publisher
```

## See Also

### Selecting specific elements

- [first()](combine/just/first().md)
- [first(where:)](combine/just/first(where:).md)
- [last()](combine/just/last().md)
- [last(where:)](combine/just/last(where:).md)
- [output(in:)](combine/just/output(in:).md)
