c

rescala.core.Core

ReevTicket

final class ReevTicket[V] extends DynamicTicket with Result[V]

ReevTicket is given to the Derived reevaluate method and allows to access other reactives. The ticket tracks return values, such as dependencies, the value, and if the value should be propagated. Such usages make it unsuitable as an API for the user, where StaticTicket or DynamicTicket should be used instead.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReevTicket
  2. Result
  3. DynamicTicket
  4. StaticTicket
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReevTicket(tx: Transaction, _before: V, accessHandler: AccessHandler)

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. def activate: Boolean

    True iff outputs must also be reevaluated, false iff the propagation ends here.

    True iff outputs must also be reevaluated, false iff the propagation ends here.

    Definition Classes
    ReevTicketResult
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def before: V
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def depend[A](reactive: ReadAs[A]): A
    Definition Classes
    DynamicTicket
  9. final def dependStatic[A](reactive: ReadAs[A]): A
    Definition Classes
    StaticTicket
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def forEffect(f: (Observation) => Unit): Unit

    No-allocation accessor for the effect caused by the reevaluation.

    No-allocation accessor for the effect caused by the reevaluation.

    Definition Classes
    ReevTicketResult
  13. def forValue(f: (V) => Unit): Unit

    No-allocation accessor for the optional new value.

    No-allocation accessor for the optional new value.

    Definition Classes
    ReevTicketResult
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def inputs(): Option[Set[ReSource]]

    New input resources.

    New input resources. None if unchanged. Otherwise a list of all input reactives to react to.

    Definition Classes
    ReevTicketResult
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def reset[NT](nb: NT): ReevTicket[NT]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    ReevTicket → AnyRef → Any
  24. def trackDependencies(initial: Set[ReSource]): ReevTicket[V]

    Advises the ticket to track dynamic dependencies.

    Advises the ticket to track dynamic dependencies. The passed initial set of dependencies may be processed as if they were static, and are also returned in the resulting dependencies.

  25. def trackStatic(): ReevTicket[V]
  26. val tx: Transaction
    Definition Classes
    StaticTicket
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def withEffect(v: Observation): ReevTicket[V]
  31. def withPropagate(p: Boolean): ReevTicket[V]
  32. def withValue(v: V): ReevTicket[V]

Deprecated Value Members

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

Inherited from Result[V]

Inherited from DynamicTicket

Inherited from StaticTicket

Inherited from AnyRef

Inherited from Any

Ungrouped