---
title: Publishers.TryAllSatisfy.Output
framework: combine
role: symbol
role_heading: Type Alias
path: combine/publishers/tryallsatisfy/output
---

# Publishers.TryAllSatisfy.Output

The kind of values published by this publisher.

## Declaration

```swift
typealias Output = Bool
```

## Discussion

Discussion This publisher produces Boolean elements.

## See Also

### Declaring supporting types

- [Publishers.TryAllSatisfy.Failure](combine/publishers/tryallsatisfy/failure.md)
