Packages

object Boolean

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Boolean
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def FALSE: Boolean
  5. final def TRUE: Boolean
  6. final val TYPE: Class[scala.scalanative.runtime.PrimitiveBoolean](classOf[scala.scalanative.runtime.PrimitiveBoolean])
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compare(x: scala.Boolean, y: scala.Boolean): Int
    Annotations
    @inline()
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def getBoolean(name: String): scala.Boolean
    Annotations
    @inline()
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(b: scala.Boolean): Int
    Annotations
    @inline()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  18. def logicalAnd(a: scala.Boolean, b: scala.Boolean): scala.Boolean
    Annotations
    @inline()
  19. def logicalOr(a: scala.Boolean, b: scala.Boolean): scala.Boolean
    Annotations
    @inline()
  20. def logicalXor(a: scala.Boolean, b: scala.Boolean): scala.Boolean
    Annotations
    @inline()
  21. final def ne(arg0: AnyRef): scala.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 parseBoolean(s: String): scala.Boolean
    Annotations
    @inline()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(b: scala.Boolean): String
    Annotations
    @inline()
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def valueOf(s: String): Boolean
    Annotations
    @inline()
  29. def valueOf(booleanValue: scala.Boolean): Boolean
    Annotations
    @inline()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped