---
title: last()
framework: combine
role: symbol
role_heading: Instance Method
path: combine/just/last()
---

# last()

## Declaration

```swift
func last() -> Just<Output>
```

## See Also

### Selecting specific elements

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