scala.scalajs

js

package js

Linear Supertypes
AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. js
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait \/[A, B] extends AnyRef

    Value of type A or B.

    Value of type A or B.

    In a type system with union types, this would really be A | B. Scala does not have union types, but they are important to many interoperability scenarios, so we give an encoding via this type.

    Annotations
    @RawJSType()

Value Members

  1. object \/

  2. def debugger(): Unit

  3. def eval(x: String): Any

    Annotations
    @inline()
  4. def isUndefined(v: scala.Any): Boolean

    Annotations
    @inline()
  5. def native: Nothing

  6. def typeOf(x: Any): String

  7. def undefined: UndefOr[Nothing]

    Annotations
    @inline()

Inherited from AnyRef

Inherited from scala.Any

Ungrouped