Packages

object CancelWatch extends CancelWatch with Product with Serializable

Action that indicates that the watch should stop.

Linear Supertypes
Serializable, Serializable, Product, Equals, CancelWatch, Action, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CancelWatch
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CancelWatch
  7. Action
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit object ordering extends Ordering[CancelWatch]

    A default Ordering for ContinueWatch.

    A default Ordering for ContinueWatch. The priority of each type of CancelWatch is reflected by the ordering of the case statements in the ordering.compare method, e.g. Custom is higher priority than HandleError.