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 isCryptoKey(value: Any): Boolean
  20. def isDataView(value: Any): Boolean
  21. def isDate(value: Any): Boolean
  22. def isExternal(value: Any): Boolean
  23. def isFloat32Array(value: Any): Boolean
  24. def isFloat64Array(value: Any): Boolean
  25. def isGeneratorFunction(value: Any): Boolean
  26. def isGeneratorObject(value: Any): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isInt16Array(value: Any): Boolean
  29. def isInt32Array(value: Any): Boolean
  30. def isInt8Array(value: Any): Boolean
  31. def isKeyObject(value: Any): Boolean
  32. def isMap(value: Any): Boolean
  33. def isMapIterator(value: Any): Boolean
  34. def isModuleNamespaceObject(value: Any): Boolean
  35. def isNativeError(value: Any): Boolean
  36. def isNumberObject(value: Any): Boolean
  37. def isPromise(value: Any): Boolean
  38. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  39. def isProxy(value: Any): Boolean
  40. def isRegExp(value: Any): Boolean
  41. def isSet(value: Any): Boolean
  42. def isSetIterator(value: Any): Boolean
  43. def isSharedArrayBuffer(value: Any): Boolean
  44. def isStringObject(value: Any): Boolean
  45. def isSymbolObject(value: Any): Boolean
  46. def isTypedArray(value: Any): Boolean
  47. def isUint16Array(value: Any): Boolean
  48. def isUint32Array(value: Any): Boolean
  49. def isUint8Array(value: Any): Boolean
  50. def isUint8ClampedArray(value: Any): Boolean
  51. def isWeakMap(value: Any): Boolean
  52. def isWeakSet(value: Any): Boolean
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toLocaleString(): String
    Definition Classes
    Object
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. def valueOf(): Any
    Definition Classes
    Object
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. 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
  2. def isWebAssemblyCompiledModule(value: Any): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version Node.js v14.0.0) Use value instanceof WebAssembly.Module instead.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped