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 any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): scala.Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. 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
  5. def &&(that: Dynamic): Boolean

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

  7. def +(other: Predef.String): java.lang.String

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

    Implicit information
    This member is added by an implicit conversion from Boolean to ArrowAssoc[Boolean] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  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. 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
  11. final def ==(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    Any
  13. 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
  14. 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
  15. 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
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. 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
  19. 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
  20. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: scala.Boolean): Boolean

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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
  41. def ||(that: Dynamic): Boolean

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

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

    Implicit information
    This member is added by an implicit conversion from Boolean to ArrowAssoc[Boolean] performed by method any2ArrowAssoc 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. 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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (boolean: RichBoolean).self
    Definition Classes
    RichBoolean → Typed → Proxy
  5. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Boolean to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (boolean: StringAdd).self
    Definition Classes
    StringAdd
  6. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Boolean to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (boolean: StringFormat).self
    Definition Classes
    StringFormat
  7. 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
  8. 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
  9. 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

Deprecated Value Members

  1. def x: Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to ArrowAssoc[Boolean] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (boolean: ArrowAssoc[Boolean]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Boolean

    Implicit information
    This member is added by an implicit conversion from Boolean to Ensuring[Boolean] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (boolean: Ensuring[Boolean]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from Boolean to StringFormat

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

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

Ungrouped