Class

rescala.core.Core

ReevTicket

Related Doc: package Core

Permalink

abstract 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. InnerTicket
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReevTicket(initializer: Initializer, _before: V)

    Permalink

Abstract Value Members

  1. abstract def dynamicAccess(reactive: ReSource): Value

    Permalink
    Attributes
    protected
  2. abstract def staticAccess(reactive: ReSource): Value

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def activate: Boolean

    Permalink

    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

    Permalink
    Definition Classes
    Any
  6. final def before: V

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  8. final def depend[A](reactive: Interp[A]): A

    Permalink
    Definition Classes
    DynamicTicket
  9. final def dependStatic[A](reactive: Interp[A]): A

    Permalink
    Definition Classes
    StaticTicket
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def forEffect(f: (Observation) ⇒ Unit): Unit

    Permalink

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

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

    Definition Classes
    ReevTicketResult
  13. final def forValue(f: (V) ⇒ Unit): Unit

    Permalink

    No-allocation accessor for the optional new value.

    No-allocation accessor for the optional new value.

    Definition Classes
    ReevTicketResult
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  16. val initializer: Initializer

    Permalink
    Definition Classes
    InnerTicket
  17. final def inputs(): Option[Set[ReSource]]

    Permalink

    New input resources.

    New input resources. None for static reactives. Otherwise a list of all static reactives, and accessed dynamic reactives.

    Definition Classes
    ReevTicketResult
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  22. final def reset[NT](nb: NT): ReevTicket[NT]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def toString(): String

    Permalink
    Definition Classes
    ReevTicket → AnyRef → Any
  25. final def trackDependencies(initial: Set[ReSource]): ReevTicket[V]

    Permalink

    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.

  26. final def trackStatic(): ReevTicket[V]

    Permalink
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def withEffect(v: Observation): ReevTicket[V]

    Permalink
  31. final def withPropagate(p: Boolean): ReevTicket[V]

    Permalink
  32. final def withValue(v: V): ReevTicket[V]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Result[V]

Inherited from DynamicTicket

Inherited from StaticTicket

Inherited from InnerTicket

Inherited from AnyRef

Inherited from Any

Ungrouped