scala.scalajs.js.prim

Boolean

sealed trait Boolean extends Any

Primitive JavaScript boolean.

In most situations, you should not need this trait, and use scala.Boolean instead.

Annotations
@RawJSType()
Linear Supertypes
Any, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Boolean
  2. Any
  3. AnyRef
  4. Any
Implicitly
  1. by toBoolean
  2. by richBoolean
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def &(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Definition Classes
    Boolean
  4. def &&(that: Dynamic): Boolean

  5. def &&(that: Boolean): Boolean

  6. def +(other: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from Boolean to any2stringadd[Boolean] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (Boolean, B)

    Implicit information
    This member is added by an implicit conversion from Boolean to ArrowAssoc[Boolean] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <(that: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Ordered
  9. def <=(that: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Ordered
  10. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  11. def >(that: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Ordered
  12. def >=(that: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Ordered
  13. def ^(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Definition Classes
    Boolean
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def compare(y: scala.Boolean): Int

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    OrderedProxy → Ordered
  17. def compareTo(that: scala.Boolean): Int

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Ordered → Comparable
  18. def ensuring(cond: (Boolean) ⇒ scala.Boolean, msg: ⇒ scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to Ensuring[Boolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Boolean) ⇒ scala.Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to Ensuring[Boolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: scala.Boolean, msg: ⇒ scala.Any): Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to Ensuring[Boolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: scala.Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to Ensuring[Boolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from Boolean to StringFormat[Boolean] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. val self: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichBoolean → Typed → Proxy
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): java.lang.String

    Definition Classes
    AnyRef → Any
  35. def unary_!(): scala.Boolean

  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def |(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Definition Classes
    Boolean
  40. def ||(that: Dynamic): Boolean

  41. def ||(that: Boolean): Boolean

  42. def [B](y: B): (Boolean, B)

    Implicit information
    This member is added by an implicit conversion from Boolean to ArrowAssoc[Boolean] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !=(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (boolean: scala.Boolean).!=(x)
    Definition Classes
    Boolean
  2. def &&(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (boolean: scala.Boolean).&&(x)
    Definition Classes
    Boolean
  3. def ==(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (boolean: scala.Boolean).==(x)
    Definition Classes
    Boolean
  4. def toString(): java.lang.String

    Implicit information
    This member is added by an implicit conversion from Boolean to RichBoolean performed by method richBoolean in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (boolean: RichBoolean).toString()
    Definition Classes
    Proxy → Any
  5. def unary_!: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (boolean: scala.Boolean).unary_!
    Definition Classes
    Boolean
  6. def ||(x: scala.Boolean): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to scala.Boolean performed by method toBoolean in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (boolean: scala.Boolean).||(x)
    Definition Classes
    Boolean

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion toBoolean from Boolean to scala.Boolean

Inherited by implicit conversion richBoolean from Boolean to RichBoolean

Inherited by implicit conversion any2stringadd from Boolean to any2stringadd[Boolean]

Inherited by implicit conversion StringFormat from Boolean to StringFormat[Boolean]

Inherited by implicit conversion Ensuring from Boolean to Ensuring[Boolean]

Inherited by implicit conversion ArrowAssoc from Boolean to ArrowAssoc[Boolean]

Ungrouped