Packages

case object True extends Val with Product with Serializable

The constant Boolean 'true'.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. True
  2. Serializable
  3. Product
  4. Equals
  5. Val
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def canonicalize: Val

    The canonical form of this

    The canonical form of this

    Definition Classes
    Val
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isCanonical: Boolean

    true iff this is in canonical form.

    true iff this is in canonical form.

    Definition Classes
    Val
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def isMinusOne: Boolean

    true iff this is a numerical value equal to "-1".

    true iff this is a numerical value equal to "-1".

    Definition Classes
    Val
  14. final def isOne: Boolean

    true iff this is the value "1" in its type.

    true iff this is the value "1" in its type.

    Definition Classes
    Val
  15. final def isSignedMaxValue(is32BitPlatform: Boolean): Boolean

    true iff this is the maximum value of a signed numerical type.

    true iff this is the maximum value of a signed numerical type.

    Definition Classes
    Val
  16. final def isSignedMinValue(is32BitPlatform: Boolean): Boolean

    true iff this is the minimum value of a signed numerical type.

    true iff this is the minimum value of a signed numerical type.

    Definition Classes
    Val
  17. final def isUnsignedMaxValue: Boolean

    true iff this is the maximum value of an unsigned numerical type.

    true iff this is the maximum value of an unsigned numerical type.

    Definition Classes
    Val
  18. final def isUnsignedMinValue: Boolean

    true iff this is the minimum value of an unsigned numerical type.

    true iff this is the minimum value of an unsigned numerical type.

    Definition Classes
    Val
  19. final def isVirtual: Boolean

    true iff this represents a virtual value.

    true iff this represents a virtual value.

    Definition Classes
    Val
  20. final def isZero: Boolean

    true iff this is the "zero" value of its type.

    true iff this is the "zero" value of its type.

    Definition Classes
    Val
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementName(n: scala.Int): Predef.String
    Definition Classes
    Product
  25. def productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  26. final def show: Predef.String

    A textual representation of this.

    A textual representation of this.

    Definition Classes
    Val
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def ty: Type

    The type of the value.

    The type of the value.

    Definition Classes
    Val
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Val

Inherited from AnyRef

Inherited from Any

Ungrouped