Packages

trait Pull[T <: Txn[T]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pull
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply[A](source: EventLike[T, A]): Option[A]

    Pulls the update from the given source.

  2. abstract def contains(source: EventLike[T, Any]): Boolean

    Whether the selector has been visited during the push phase.

  3. abstract def isOrigin(source: EventLike[T, Any]): Boolean
  4. abstract def parents(source: Event[T, Any]): Parents[T]

    Retrieves the immediate parents from the push phase.

  5. abstract def resolve[A]: A

    Assuming that the caller is origin of the event, resolves the update of the given type.