Package

quasar

repl

Permalink

package repl

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

Type Members

  1. final case class CliOptions(cmd: Cmd, config: slamdata.Predef.Option[slamdata.Predef.String], backends: slamdata.Predef.List[(slamdata.Predef.String, Seq[File])]) extends Product with Serializable

    Permalink

    Command-line options supported by the Quasar REPL.

  2. sealed abstract class Command extends AnyRef

    Permalink
  3. sealed abstract class ConsoleIO[A] extends AnyRef

    Permalink
  4. sealed abstract class DebugLevel extends AnyRef

    Permalink
  5. sealed abstract class OutputFormat extends AnyRef

    Permalink
  6. type ReplFail[A] = Failure[slamdata.Predef.String, A]

    Permalink

Value Members

  1. object CliOptions extends Serializable

    Permalink
  2. object Command

    Permalink
  3. object ConsoleIO

    Permalink
  4. object DebugLevel

    Permalink
  5. object Main

    Permalink
  6. object OutputFormat

    Permalink
  7. object Repl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped