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

# ignoreOutput()

## Declaration

```swift
func ignoreOutput() -> Empty<Output, Just<Output>.Failure>
```

## See Also

### Reducing elements

- [collect()](combine/just/collect().md)
- [reduce(_:_:)](combine/just/reduce(_:_:).md)
- [tryReduce(_:_:)](combine/just/tryreduce(_:_:).md)
