Packages

final case class Boolean(value: scala.Boolean) extends ArgumentValue with Product with Serializable

Value is given as a Boolean constant. Currently the class synthesizer does not support this, and automatically uses 0 and 1.

Linear Supertypes
Serializable, Product, Equals, ArgumentValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Boolean
  2. Serializable
  3. Product
  4. Equals
  5. ArgumentValue
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Boolean(value: scala.Boolean)

Value Members

  1. def productElementNames: Iterator[scala.Predef.String]
    Definition Classes
    Product
  2. def toGE: Constant
    Definition Classes
    BooleanArgumentValue
  3. def toString(): scala.Predef.String
    Definition Classes
    Boolean → AnyRef → Any
  4. val value: scala.Boolean