rxscalajs.subscription

InnerSubscriber

class InnerSubscriber[T, R] extends Subscriber[R]

Annotations
@RawJSType() @native()
Linear Supertypes
Subscriber[R], Subscription, AnonymousSubscription, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InnerSubscriber
  2. Subscriber
  3. Subscription
  4. AnonymousSubscription
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InnerSubscriber(parent: OuterSubscriber[T, R], outerValue: T, outerIndex: Double)

  2. new InnerSubscriber()

    Attributes
    protected

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(teardown: AnonymousSubscription): Subscription

    Definition Classes
    Subscription
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val closed: Boolean

    Definition Classes
    Subscription
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def error(err: Any = ???): Unit

    Definition Classes
    Subscriber
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  19. val isUnsubscribed: Boolean

    Definition Classes
    Subscription
    Annotations
    @JSName( "closed" )
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def next(value: R = ???): Unit

    Definition Classes
    Subscriber
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  25. def remove(sub: Subscription): Unit

    Definition Classes
    Subscription
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toLocaleString(): String

    Definition Classes
    Object
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def unsubscribe(): Unit

    Call this method to stop receiving notifications on the Observer that was registered when this Subscription was received.

    Call this method to stop receiving notifications on the Observer that was registered when this Subscription was received.

    Definition Classes
    AnonymousSubscription
  30. def valueOf(): Any

    Definition Classes
    Object
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Subscriber[R]

Inherited from Subscription

Inherited from AnonymousSubscription

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped