trait IPull[T <: Exec[T]] extends AnyRef
- Alphabetic
- By Inheritance
- IPull
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def apply[A](source: IEvent[T, A]): Option[A]
Pulls the update from the given source.
- abstract def applyChange[A](source: IChangeEvent[T, A])(implicit phase: Phase): A
- abstract def contains(source: IEvent[T, Any]): Boolean
Whether the selector has been visited during the push phase.
- abstract def expr[A](in: IExpr[T, A])(implicit phase: Phase): A
Pulls the value from the given expression.
Pulls the value from the given expression. If
in
is part of the event graph, pulls the update, otherwise returns the current value. - abstract def isOrigin(source: IEvent[T, Any]): Boolean
- abstract def nonCached[A](source: IEvent[T, Any])(body: => A): A
Marks a region of the pull action as non-caching.
Marks a region of the pull action as non-caching. This is done by submitting a terminal symbol
source
, typically an instance ofIt.Expanded
. When anything within thebody
tries to apply thesource
, all values from events on the call tree will be removed from cache. - abstract def parents(source: IEvent[T, Any]): Parents[T]
Retrieves the immediate parents from the push phase.
- abstract def resolve[A]: A
Assuming that the caller is origin of the event, resolves the update of the given type.
- abstract def resolveChange[A](implicit phase: Phase): A
- abstract def resolveExpr[A](in: IExpr[T, A])(implicit phase: Phase): A
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated