Packages

trait Var[A] extends Rx[A] with RxWriter[A]

Linear Supertypes
RxWriter[A], Rx[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Var
  2. RxWriter
  3. Rx
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def now(): A
    Definition Classes
    Rx
  2. abstract def observable: Observable[A]
    Definition Classes
    Rx
  3. abstract def observer: Observer[A]
    Definition Classes
    RxWriter

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply()(implicit liveOwner: LiveOwner): A
    Definition Classes
    Rx
  5. final def as[B](value: B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  6. final def asEffect[F[_], B](value: F[B])(seed: ⇒ B)(implicit arg0: RunEffect[F], owner: Owner): Rx[B]
    Definition Classes
    Rx
  7. final def asEval[B](value: ⇒ B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  8. final def asFuture[B](value: ⇒ Future[B])(seed: ⇒ B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final def asSyncEffect[F[_], B](value: F[B])(implicit arg0: RunSyncEffect[F], owner: Owner): Rx[B]
    Definition Classes
    Rx
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. final def collect[B](f: PartialFunction[A, B])(seed: ⇒ B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  13. final def contracollect[B](f: PartialFunction[B, A]): RxWriter[B]
    Definition Classes
    RxWriter
  14. final def contramap[B](f: (B) ⇒ A): RxWriter[B]
    Definition Classes
    RxWriter
  15. final def contramapIterable[B](f: (B) ⇒ Iterable[A]): RxWriter[B]
    Definition Classes
    RxWriter
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def foreach(f: (A) ⇒ Unit)(implicit owner: Owner): Unit
    Definition Classes
    Rx
  19. final def foreachLater(f: (A) ⇒ Unit)(implicit owner: Owner): Unit
    Definition Classes
    Rx
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def imap[A2](f: (A2) ⇒ A)(g: (A) ⇒ A2)(implicit owner: Owner): Var[A2]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def lens[B](read: (A) ⇒ B)(write: (A, B) ⇒ A)(implicit owner: Owner): Var[B]
  25. final def map[B](f: (A) ⇒ B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  26. final def mapEffect[F[_], B](f: (A) ⇒ F[B])(seed: ⇒ B)(implicit arg0: RunEffect[F], owner: Owner): Rx[B]
    Definition Classes
    Rx
  27. final def mapEither[B](f: (A) ⇒ Either[Throwable, B])(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  28. final def mapFuture[B](f: (A) ⇒ Future[B])(seed: ⇒ B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  29. final def mapSyncEffect[F[_], B](f: (A) ⇒ F[B])(implicit arg0: RunSyncEffect[F], owner: Owner): Rx[B]
    Definition Classes
    Rx
  30. final def mergeMap[B](f: (A) ⇒ Rx[B])(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def set(value: A): Unit
    Definition Classes
    RxWriter
  35. final def switchMap[B](f: (A) ⇒ Rx[B])(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. final def tap(f: (A) ⇒ Unit)(implicit owner: Owner): Rx[A]
    Definition Classes
    Rx
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def transformRx[B](f: (Observable[A]) ⇒ Observable[B])(seed: ⇒ B)(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  40. final def transformRxSync[B](f: (Observable[A]) ⇒ Observable[B])(implicit owner: Owner): Rx[B]
    Definition Classes
    Rx
  41. final def transformRxWriter[B](f: (Observer[A]) ⇒ Observer[B]): RxWriter[B]
    Definition Classes
    RxWriter
  42. final def transformVar[A2](f: (RxWriter[A]) ⇒ RxWriter[A2])(g: (Rx[A]) ⇒ Rx[A2]): Var[A2]
  43. final def transformVarRx(g: (Rx[A]) ⇒ Rx[A]): Var[A]
  44. final def transformVarRxWriter(f: (RxWriter[A]) ⇒ RxWriter[A]): Var[A]
  45. final def update(f: (A) ⇒ A): Unit
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from RxWriter[A]

Inherited from Rx[A]

Inherited from AnyRef

Inherited from Any

Ungrouped