Packages

trait UtilTypes extends Object

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UtilTypes
  2. Object
  3. Any
  4. AnyRef
  5. 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def isAnyArrayBuffer(value: Any): Boolean
  12. def isArgumentsObject(value: Any): Boolean
  13. def isArrayBuffer(value: Any): Boolean
  14. def isAsyncFunction(value: Any): Boolean
  15. def isBigInt64Array(value: Any): Boolean
  16. def isBigUint64Array(value: Any): Boolean
  17. def isBooleanObject(value: Any): Boolean
  18. def isBoxedPrimitive(value: Any): Boolean
  19. def isDataView(value: Any): Boolean
  20. def isDate(value: Any): Boolean
  21. def isExternal(value: Any): Boolean
  22. def isFloat32Array(value: Any): Boolean
  23. def isFloat64Array(value: Any): Boolean
  24. def isGeneratorFunction(value: Any): Boolean
  25. def isGeneratorObject(value: Any): Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isInt16Array(value: Any): Boolean
  28. def isInt32Array(value: Any): Boolean
  29. def isInt8Array(value: Any): Boolean
  30. def isMap(value: Any): Boolean
  31. def isMapIterator(value: Any): Boolean
  32. def isModuleNamespaceObject(value: Any): Boolean
  33. def isNativeError(value: Any): Boolean
  34. def isNumberObject(value: Any): Boolean
  35. def isPromise(value: Any): Boolean
  36. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  37. def isProxy(value: Any): Boolean
  38. def isRegExp(value: Any): Boolean
  39. def isSet(value: Any): Boolean
  40. def isSetIterator(value: Any): Boolean
  41. def isSharedArrayBuffer(value: Any): Boolean
  42. def isStringObject(value: Any): Boolean
  43. def isSymbolObject(value: Any): Boolean
  44. def isTypedArray(value: Any): Boolean
  45. def isUint16Array(value: Any): Boolean
  46. def isUint32Array(value: Any): Boolean
  47. def isUint8Array(value: Any): Boolean
  48. def isUint8ClampedArray(value: Any): Boolean
  49. def isWeakMap(value: Any): Boolean
  50. def isWeakSet(value: Any): Boolean
  51. def isWebAssemblyCompiledModule(value: Any): Boolean
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def toLocaleString(): String
    Definition Classes
    Object
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def valueOf(): Any
    Definition Classes
    Object
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped