object Execution extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val NoExecution: Execution

    nothing to execute

  5. def apply[T](r: => T, continuation: FragmentsContinuation)(implicit arg0: AsResult[T]): Execution

    create an execution with a Continuation

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def executed[T](r: T)(implicit arg0: AsResult[T]): Execution

    create an execution which will not execute but directly return a value

  11. implicit def executionAsExecution: AsExecution[Execution]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. implicit def finiteDurationMonoid: Monoid[Option[FiniteDuration]]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getStatistics(env: Env, specClassName: String): Result

    get the execution statistics of a specification as a Decorated result

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def result[T](r: => T)(implicit arg0: AsResult[T]): Execution

    create an execution returning a specific result

  22. implicit def showInstance: Show[Execution]
  23. def specificationStats(specClassName: String): Execution

    insert the specification statistics for a given specification

  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def withEnv[T](f: (Env) => T)(implicit arg0: AsResult[T]): Execution

    create an execution using the Env, synchronously by default

  30. def withEnvAsync[T](f: (Env) => Future[T])(implicit arg0: AsResult[T]): Execution

    create an execution using the Env

  31. def withEnvFlatten(f: (Env) => Execution): Execution

    create an execution using the Env and Flatten the execution

  32. def withEnvSync[T](f: (Env) => T)(implicit arg0: AsResult[T]): Execution

    create an execution using the Env

  33. def withExecutionContext[T](f: (ExecutionContext) => T)(implicit arg0: AsResult[T]): Execution

    create an execution using the execution context

  34. def withExecutionEnv[T](f: (ExecutionEnv) => T)(implicit arg0: AsResult[T]): Execution

    create an execution using the execution environment

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped