Result

harness.cli.FinalizedParser$.Result$
See theResult companion trait
object Result

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Type members

Classlikes

sealed trait FailedToBuildParser extends NonSuccess

Attributes

Supertypes
trait NonSuccess
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes
final case class Help(helpExtra: Boolean, message: HelpMessage) extends NonSuccess

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NonSuccess
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all
final case class InvalidArg(msg: String) extends NonSuccess

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NonSuccess
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all
sealed trait NonSuccess extends Result[Nothing]

Attributes

Supertypes
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes
final case class ParamNameConflict(duplicateParam: Name) extends FailedToBuildParser

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NonSuccess
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all
final case class ParseFail(fail: ParsingFailure) extends NonSuccess

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NonSuccess
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all
final case class Success[+T](value: T) extends Result[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result[T]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror