init(_:)
Creates a current value subject with the given initial value.
Declaration
init(_ value: Output)Parameters
- value:
The initial value to publish.
Creates a current value subject with the given initial value.
init(_ value: Output)The initial value to publish.