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

# Publishers.TryContainsWhere.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.TryContainsWhere.Failure](combine/publishers/trycontainswhere/failure.md)
