---
title: "init(_:)"
framework: combine
role: symbol
role_heading: Initializer
path: "combine/currentvaluesubject/init(_:)"
---

# init(_:)

Creates a current value subject with the given initial value.

## Declaration

```swift
init(_ value: Output)
```

## Parameters

- `value`: The initial value to publish.
