object TestSubscriber
- Alphabetic
- By Inheritance
- TestSubscriber
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[T](delegate: Observer[T], initialRequest: Long): TestSubscriber[T]
Constructs a TestSubscriber with the initial request to be requested from upstream and a delegate Observer to wrap.
Constructs a TestSubscriber with the initial request to be requested from upstream and a delegate Observer to wrap.
- delegate
the Observer instance to wrap
- initialRequest
the initial request value, negative value will revert to the default unbounded behavior
- Annotations
- @Experimental()
-
def
apply[T](initialRequest: Long): TestSubscriber[T]
EXPERIMENTAL Constructs a TestSubscriber with the initial request to be requested from upstream.
EXPERIMENTAL Constructs a TestSubscriber with the initial request to be requested from upstream.
- initialRequest
the initial request value, negative value will revert to the default unbounded behavior
- Annotations
- @Experimental()
- def apply[T](delegate: Subscriber[T]): TestSubscriber[T]
- def apply[T](delegate: Observer[T]): TestSubscriber[T]
- def apply[T](): TestSubscriber[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()