Async

case object Async extends MulticastStrategy[Nothing]

The Async strategy is for building multicast observables that emit the last value (and only the last value) of the source and only after the source completes.

   Corresponds to [[Pipe.async]].
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class MulticastStrategy[Nothing]
trait Serializable
class Object
trait Matchable
class Any
Async.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Inherited from:
Product