Exit

ammonite.util.Res.Exit
case class Exit(value: Any) extends Failing

The user wanted to exit the REPL

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Failing
class Res[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def filter(f: Nothing => Boolean): Res[Nothing]

Attributes

Inherited from:
Res
def flatMap[V](f: Nothing => Res[V]): Res[V]

Attributes

Inherited from:
Failing
final def isSuccess: Boolean

Attributes

Inherited from:
Res
def map[V](f: Nothing => V): Res[V]

Attributes

Inherited from:
Failing
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withFilter(f: Nothing => Boolean): Res[Nothing]

Attributes

Inherited from:
Res