Behavior

case class Behavior[A](initial: A) extends MulticastStrategy[A]

The Behavior strategy is for building multicast observables that emit the most recently emitted item by the source before the source starts being mirrored.

The Behavior strategy is for building multicast observables that emit the most recently emitted item by the source before the source starts being mirrored.

   Corresponds to [[Pipe.behavior]].
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product