`replay(1)` is hot and caches result, `current()` ...
# rx
a
replay(1)
is hot and caches result,
current()
is cold and may return different values on each subscription