RxStreamsInterop

pekko.contrib.persistence.mongodb.driver.RxStreamsInterop

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class ObservableAdapter[T](val observable: Observable[T])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class RxStreamsAdapter[T](observable: Observable[T]) extends Publisher[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Publisher[T]
class Object
trait Matchable
class Any
Show all
case class SubscriptionAdapter[T](subscriber: Subscriber[_ >: T], subscription: Subscription) extends Subscription

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Subscription
class Object
trait Matchable
class Any
Show all

Implicits

Implicits

final implicit def ObservableAdapter[T](observable: Observable[T]): ObservableAdapter[T]