Packages

object Predef extends CodeCheckSupport with StrictLogging

Linear Supertypes
StrictLogging, CodeCheckSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predef
  2. StrictLogging
  3. CodeCheckSupport
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class AsyncAwaitOps[B <: StructureBuilder[B]] extends AnyVal
  2. trait NotValidation[T] extends AnyRef

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def async(sessionAttributeName: Expression[String])(actionBuilder: ActionBuilder): ChainBuilder
  6. def await(sessionAttributeName: Expression[String])(sessionCombiner: SessionCombiner): ChainBuilder
  7. def blockingAction[T](requestName: Expression[String])(f: (Session) => T)(implicit arg0: NotValidation[T]): CodeActionBuilder[T]
  8. def callbackAction[T](requestName: Expression[String])(f: (Session, (Try[T]) => Unit) => Unit): CodeActionBuilder[T]
  9. implicit def checkBuilder2CodeCheck[T](checkBuilder: CheckBuilder[ResponseExtract, Try[T]]): CodeCheck[T]
    Definition Classes
    CodeCheckSupport
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def errorMessage: (Try[Any]) => Validation[Option[String]]
    Definition Classes
    CodeCheckSupport
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. implicit def findCheckBuilder2CodeCheck[T, X](findCheckBuilder: Find[ResponseExtract, Try[T], X]): CodeCheck[T]
    Definition Classes
    CodeCheckSupport
  16. def forkAndLoop(looperName: String, pace: Expression[FiniteDuration])(chain: ChainBuilder): ActionBuilder
  17. def futureAction[T](requestName: Expression[String])(f: (Session) => Future[T]): CodeActionBuilder[T]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. implicit def notValidation[T]: NotValidation[T]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def returnValue[T]: (Try[T]) => Validation[Option[T]]
    Definition Classes
    CodeCheckSupport
  27. def stopLooper(looperName: String)(sessionCombiner: SessionCombiner): ActionBuilder
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. implicit def validation1[T]: NotValidation[Validation[T]]
    Annotations
    @implicitAmbiguous()
  31. implicit def validation2[T]: NotValidation[Validation[T]]
  32. implicit def validatorCheckBuilder2CodeCheck[T, X](validatorCheckBuilder: Validate[ResponseExtract, Try[T], X]): CodeCheck[T]
    Definition Classes
    CodeCheckSupport
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. object direct extends ExecutionContext

Inherited from StrictLogging

Inherited from CodeCheckSupport

Inherited from AnyRef

Inherited from Any

Ungrouped