case classReplay[A](initial: Seq[A]) extends MulticastStrategy[A] with Product with Serializable
The Replay strategy is for building multicast observables
that repeat all the generated items by the source, regardless of
when the source is subscribed.
The
Replay
strategy is for building multicast observables that repeat all the generated items by the source, regardless of when the source is subscribed.Corresponds to Pipe.replay.