Failure

replpp.shaded.mainargs.ParamResult$.Failure
case class Failure(errors: Seq[ParamError]) extends ParamResult[Nothing]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ParamResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product