JustItem Operator

February 25, 2020 ยท View on GitHub

Overview

Convert an object into a Single that emits that object.

Examples

observable := rxgo.Just(1)

Output:

1

Options

  • WithBufferedChannel

  • WithPublishStrategy

Contents

  1. 1Overview
  2. 2Examples
  3. 3Options