Packages

object ReadyTestResult

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

Type Members

  1. case class CheckOther [A, B](other: (A) ⇒ ReadyTestResult[B]) extends NotReady[B] with Product with Serializable
  2. sealed trait NotReady [+A] extends ReadyTestResult[A]
  3. case class Ready [A](value: A) extends ReadyTestResult[A] with Product with Serializable

Value Members

  1. object WillBeCheckedLater extends NotReady[Nothing] with Product with Serializable