Or

oxygen.cli.HelpMessage.RootMessage.Or
final case class Or(left: HelpMessage, right: HelpMessage) extends Base

Attributes

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

Members list

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

Value members

Inherited methods

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

Attributes

Definition Classes
Inherited from:
RootMessage
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