object JsUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asyncToPromise[A](async: ((Try[A]) => Function0[Unit]) => Function0[Unit]): () => Promise[A]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def durationFromDOMHighResTimeStamp(ms: Double): Duration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inspectObject(o: Object): String
- def inspectValue(a: Any): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsArray[A](as: A*): Array[A]
- def jsArrayFromTraversable[A](as: IterableOnce[A]): Array[A]
- def jsNullToOption[A](an: |[A, Null]): Option[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newPromise[A](): (Promise[A], (Try[A]) => Function0[Unit])
- def notNull[A](a: |[A, Null]): A
- Annotations
- @inline()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def objectIterator(o: Object): Iterator[(String, Any)]
- def optionToJsNull[A](oa: Option[A]): |[A, Null]
- def runPromiseAsync[A](pa: => Thenable[A])(complete: (Try[A]) => Function0[Unit]): Unit
- def safeToString(a: Any): String
- def setStackTraceLimit(n: Int): Unit
- Annotations
- @inline()
- def symbolToString(s: Symbol): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object JsSymbol
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated