You should use `Maybe` or `Single` if you only nee...
# rx
b
You should use
Maybe
or
Single
if you only need one emission, so
toSingle()
👍🏻 1