Packages

implicit final class GenericRxOps[T] extends AnyVal

All Rxs have a set of operations you can perform on them, e.g. map or filter

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericRxOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericRxOps(node: Rx[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. macro def filter(f: (Id[T]) ⇒ Boolean)(implicit ownerCtx: Owner): Dynamic[T]
  6. macro def flatMap[V](f: (Id[T]) ⇒ Id[Rx[V]])(implicit ownerCtx: Owner): Dynamic[V]
  7. macro def fold[V](start: Id[V])(f: (Id[V], Id[T]) ⇒ Id[V])(implicit ownerCtx: Owner): Dynamic[V]
  8. def foreach(f: (T) ⇒ Unit)(implicit ownerCtx: Owner): Obs
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def macroImpls: Macros[T]
  12. macro def map[V](f: (Id[T]) ⇒ Id[V])(implicit ownerCtx: Owner): Dynamic[V]
  13. val node: Rx[T]
  14. macro def reduce(f: (Id[T], Id[T]) ⇒ Id[T])(implicit ownerCtx: Owner): Dynamic[T]
  15. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped