Class

rescala.core

ReevTicket

Related Doc: package core

Permalink

final class ReevTicket[S[_], V] extends DynamicTicket[S] 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. All

Instance Constructors

  1. new ReevTicket(tx: of[S], _before: V, accessHandler: AccessHandler[S])

    Permalink

Type Members

  1. type State[V] = S[V]

    Permalink
    Definition Classes
    ReevTicketResult

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. 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. 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: of[S, A]): A

    Permalink
    Definition Classes
    DynamicTicket
  9. final def dependStatic[A](reactive: of[S, 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. 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. 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. def inputs(): Option[Set[of[State]]]

    Permalink

    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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  21. def reset[NT](nb: NT): ReevTicket[State, NT]

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    ReevTicket → AnyRef → Any
  24. def trackDependencies(initial: Set[of[State]]): ReevTicket[State, 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.

  25. def trackStatic(): ReevTicket[State, V]

    Permalink
  26. val tx: of[S]

    Permalink
    Definition Classes
    StaticTicket
  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. def withEffect(v: Observation): ReevTicket[State, V]

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

    Permalink
  32. def withValue(v: V): ReevTicket[State, 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[S]

Inherited from StaticTicket[S]

Inherited from AnyRef

Inherited from Any

Ungrouped