Raw

oxygen.cli.HelpMessage.ParamMessage.Raw
final case class Raw(name: LongName) extends Base

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Base
trait ParamMessage
trait HelpMessage
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • final
  • override
Inherited
  • Not inherited
  • HelpMessage
  • ParamMessage
  • Product

Value members

Inherited methods

final override def addHints(messages: List[HelpHint]): ParamMessage

Attributes

Definition Classes
Inherited from:
ParamMessage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
HelpMessage -> Any
Inherited from:
HelpMessage