Packages

object JsUtil

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsUtil
  2. AnyRef
  3. 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 ##: 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. def asyncToPromise[A](async: ((Try[A]) => Function0[Unit]) => Function0[Unit]): () => Promise[A]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def durationFromDOMHighResTimeStamp(ms: Double): Duration
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def inspectObject(o: Object): String
  13. def inspectValue(a: Any): String
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def jsArray[A](as: A*): Array[A]
  16. def jsArrayFromTraversable[A](as: IterableOnce[A]): Array[A]
  17. def jsNullToOption[A](an: |[A, Null]): Option[A]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def newPromise[A](): (Promise[A], (Try[A]) => Function0[Unit])
  20. def notNull[A](a: |[A, Null]): A
    Annotations
    @inline()
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def objectIterator(o: Object): Iterator[(String, Any)]
  24. def optionToJsNull[A](oa: Option[A]): |[A, Null]
  25. def runPromiseAsync[A](pa: => Thenable[A])(complete: (Try[A]) => Function0[Unit]): Unit
  26. def safeToString(a: Any): String
  27. def setStackTraceLimit(n: Int): Unit
    Annotations
    @inline()
  28. def symbolToString(s: Symbol): String
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. object JsSymbol

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped