Packages

object ScriptServer extends App

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScriptServer
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Config(scriptsDir: Path = pwd / "repl-scripts", objectsDir: Path = pwd / "core" / "src" / "main" / "scala" / "provingground" / "scripts", host: String = "localhost", port: Int = 8080) extends Product with Serializable

Value Members

  1. val config: Config
  2. implicit val executionContext: ExecutionContextExecutor
  3. final val executionStart: Long
    Definition Classes
    App
  4. final def main(args: Array[String]): Unit
    Definition Classes
    App
  5. implicit val materializer: Materializer
  6. val parser: OptionParser[Config]
  7. def path(s: String): Path
  8. implicit val pathRead: Read[Path]
  9. implicit val system: ActorSystem

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear