---
title: none
framework: combine
role: symbol
role_heading: Type Property
path: combine/subscribers/demand/none
---

# none

A request for no elements from the publisher.

## Declaration

```swift
static let none: Subscribers.Demand
```

## Discussion

Discussion This is equivalent to Demand.max(0).

## See Also

### Using special demands

- [unlimited](combine/subscribers/demand/unlimited.md)
