SubscriptionReactive

rescala.extra.reactivestreams.ReactiveStreamsApi.SubscriptionReactive
class SubscriptionReactive[T](bud: State[Pulse[T]], dependency: ReadAs[State, Pulse[T]], subscriber: Subscriber[_ >: T], name: ReInfo) extends Base[State, Pulse[T]] with Derived with Subscription

Attributes

Graph
Supertypes
trait Subscription
trait Derived
class Base[State, Pulse[T]]
trait ReSource
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

override type State[V] = State[V]

Inherited types

final type ReIn = ReevTicket[State, Value]

Attributes

Inherited from:
Derived
final type Rout = of[State, Value]

Attributes

Inherited from:
Derived
override type Value = V

Attributes

Inherited from:
Base

Value members

Concrete methods

override def cancel(): Unit

Attributes

Definition Classes
Subscription
override def request(n: Long): Unit

Attributes

Definition Classes
Subscription

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Base -> Any
Inherited from:
Base

Concrete fields

Inherited fields

override val info: ReInfo

Attributes

Inherited from:
Base