Packages

object types

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

Inherited from AnyRef

Inherited from Any

Ungrouped