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

# init(_:)

Initializes a publisher that emits the specified output just once.

## Declaration

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

## Parameters

- `output`: The one element that the publisher emits.
