Replay

case class Replay[A](initial: Seq[A]) extends MulticastStrategy[A]

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[A](initial:Seq[A]* Pipe.replay]].
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product