Is there any way to instantiate a `Unit`? E.g. If ...
# getting-started
d
Is there any way to instantiate a
Unit
? E.g. If I have a
PublishSubject<Unit>
, I would like to be able to call
onNext(someParam
) here