object types
- Source
- nodeUtilMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- types
- 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
- val ^: Any
- Annotations
- @JSImport("node:util", "types") @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isAnyArrayBuffer(object: Any): Boolean
- Annotations
- @inline()
- def isArgumentsObject(object: Any): Boolean
- Annotations
- @inline()
- def isArrayBuffer(object: Any): Boolean
- Annotations
- @inline()
- def isArrayBufferView(object: Any): Boolean
- Annotations
- @inline()
- def isAsyncFunction(object: Any): Boolean
- Annotations
- @inline()
- def isBigInt64Array(value: Any): Boolean
- Annotations
- @inline()
- def isBigUint64Array(value: Any): Boolean
- Annotations
- @inline()
- def isBooleanObject(object: Any): Boolean
- Annotations
- @inline()
- def isBoxedPrimitive(object: Any): Boolean
- Annotations
- @inline()
- def isDataView(object: Any): Boolean
- Annotations
- @inline()
- def isDate(object: Any): Boolean
- Annotations
- @inline()
- def isExternal(object: Any): Boolean
- Annotations
- @inline()
- def isFloat32Array(object: Any): Boolean
- Annotations
- @inline()
- def isFloat64Array(object: Any): Boolean
- Annotations
- @inline()
- def isGeneratorFunction(object: Any): Boolean
- Annotations
- @inline()
- def isGeneratorObject(object: Any): Boolean
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInt16Array(object: Any): Boolean
- Annotations
- @inline()
- def isInt32Array(object: Any): Boolean
- Annotations
- @inline()
- def isInt8Array(object: Any): Boolean
- Annotations
- @inline()
- def isMap[T](object: Object): Boolean
- Annotations
- @inline()
- def isMap[T](object: T): Boolean
- Annotations
- @inline()
- def isMapIterator(object: Any): Boolean
- Annotations
- @inline()
- def isModuleNamespaceObject(value: Any): Boolean
- Annotations
- @inline()
- def isNativeError(object: Any): Boolean
- Annotations
- @inline()
- def isNumberObject(object: Any): Boolean
- Annotations
- @inline()
- def isPromise(object: Any): Boolean
- Annotations
- @inline()
- def isProxy(object: Any): Boolean
- Annotations
- @inline()
- def isRegExp(object: Any): Boolean
- Annotations
- @inline()
- def isSet[T](object: Object): Boolean
- Annotations
- @inline()
- def isSet[T](object: T): Boolean
- Annotations
- @inline()
- def isSetIterator(object: Any): Boolean
- Annotations
- @inline()
- def isSharedArrayBuffer(object: Any): Boolean
- Annotations
- @inline()
- def isStringObject(object: Any): Boolean
- Annotations
- @inline()
- def isSymbolObject(object: Any): Boolean
- Annotations
- @inline()
- def isTypedArray(object: Any): Boolean
- Annotations
- @inline()
- def isUint16Array(object: Any): Boolean
- Annotations
- @inline()
- def isUint32Array(object: Any): Boolean
- Annotations
- @inline()
- def isUint8Array(object: Any): Boolean
- Annotations
- @inline()
- def isUint8ClampedArray(object: Any): Boolean
- Annotations
- @inline()
- def isWeakMap(object: Any): Boolean
- Annotations
- @inline()
- def isWeakSet(object: Any): Boolean
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated