ammonite

repl

package repl

Visibility
  1. Public
  2. All

Type Members

  1. case class Catching(handler: PartialFunction[Throwable, Failing]) extends Product with Serializable

    Fake for-comprehension generator to catch errors and turn them into Res.Failures

  2. case class Evaluated(wrapper: String, imports: Seq[ImportData]) extends Product with Serializable

  3. case class ImportData(fromName: String, toName: String, wrapperName: String, prefix: String) extends Product with Serializable

  4. trait IvyConstructor extends AnyRef

  5. trait Ref[T] extends AnyRef

    Encapsulates a read-write cell that can be passed around

  6. class Repl extends AnyRef

  7. sealed abstract class Res[+T] extends AnyRef

    The result of a single pass through the ammonite REPL.

  8. class Timer extends AnyRef

Value Members

  1. object BacktickWrap

  2. object Ex

    Nice pattern matching for chained exceptions

  3. object IvyConstructor extends IvyConstructor

  4. object IvyThing

    Resolve artifacts from Ivy.

  5. object Ref

  6. object Repl

  7. object Res

  8. package frontend

  9. package interp

Ungrouped