object JavaConversions
These functions convert between RxScala types and RxJava types. Pure Scala projects won't need them, but they will be useful for polyglot projects. This object only contains conversions between types. For conversions between functions, use rx.lang.scala.ImplicitFunctionConversions.
- Alphabetic
- By Inheritance
- JavaConversions
- 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
-
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
- implicit def javaSchedulerToScalaScheduler(s: rx.Scheduler): Scheduler
- implicit def javaWorkerToScalaWorker(s: Scheduler.Worker): Worker
-
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()
- implicit def scalaSchedulerToJavaScheduler(s: Scheduler): rx.Scheduler
- implicit def scalaWorkerToJavaWorker(s: Worker): Scheduler.Worker
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def toJavaNotification[T](s: Notification[T]): rx.Notification[_ <: T]
- implicit def toJavaObservable[T](s: Observable[T]): rx.Observable[_ <: T]
- implicit def toJavaObserver[T](s: Observer[T]): rx.Observer[_ >: T]
- implicit def toJavaOperator[T, R](operator: (Subscriber[R]) ⇒ Subscriber[T]): Operator[R, T]
- implicit def toJavaSubscriber[T](s: Subscriber[T]): rx.Subscriber[_ >: T]
- implicit def toJavaSubscription(s: Subscription): rx.Subscription
- implicit def toScalaNotification[T](s: rx.Notification[_ <: T]): Notification[T]
- implicit def toScalaObservable[T](observable: rx.Observable[_ <: T]): Observable[T]
- implicit def toScalaObserver[T](s: rx.Observer[_ >: T]): Observer[T]
- implicit def toScalaSubscriber[T](s: rx.Subscriber[_ >: T]): Subscriber[T]
- implicit def toScalaSubscription(s: rx.Subscription): Subscription
-
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()