↓ 2 callersMethodcurrentAndNewEventsGet a events of the last and all future events. For example in the sequence: 1, 2, [subscribed], 3, 4, 2, 3, 4 would be emitted @return a events of th
firestream/src/main/java/firestream/chat/firebase/rx/MultiRelay.java:66
↓ 2 callersMethodnewEventsGet a events of only new events. For example in the sequence: 1, 2, [subscribed], 3, 4, only 3 and 4 would be emitted to teh observer @return a events
firestream/src/main/java/firestream/chat/firebase/rx/MultiRelay.java:47