Failing

ammonite.util.Res$.Failing
sealed abstract class Failing extends Res[Nothing]

Failing results never call their callbacks, and just remain unchanged

Attributes

Graph
Supertypes
class Res[Nothing]
class Object
trait Matchable
class Any
Known subtypes
class Exception
class Exit
class Failure
object Skip.type

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

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

Attributes

Inherited from:
Res
final def isSuccess: Boolean

Attributes

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

Attributes

Inherited from:
Res