# SupportsAdd

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/runnables/utils/SupportsAdd)

Protocol for objects that support addition.

## Signature

```python
SupportsAdd()
```

## Extends

- `Protocol[_T_contra, _T_co]`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/8fec4e7ceee2c368b068c49f9fed453276e210e7/libs/core/langchain_core/runnables/utils.py#L516)