---
title: "prepend(_:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/just/prepend(_:)-7fg73"
---

# prepend(_:)

## Declaration

```swift
func prepend(_ elements: Output...) -> Publishers.Sequence<[Output], Just<Output>.Failure>
```

## See Also

### Applying sequence operations to elements

- [dropFirst(_:)](combine/just/dropfirst(_:).md)
- [drop(while:)](combine/just/drop(while:).md)
- [append(_:)](combine/just/append(_:)-7eyqj.md)
- [append(_:)](combine/just/append(_:)-7sxlu.md)
- [prepend(_:)](combine/just/prepend(_:)-39e57.md)
- [prefix(_:)](combine/just/prefix(_:).md)
- [prefix(while:)](combine/just/prefix(while:).md)
