Observer
.BehaviorRelay
without a default item.BehaviorRelay
that emits the last item it observed and all subsequent items to each
Observer
that subscribes to it.Observer
has subscribed, emits all subsequently observed items to the
subscriber.Relay.accept(T)
, making it thread-safe.Copyright © 2015-2016. All Rights Reserved.