object utilMod
- Source
- utilMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- utilMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CustomInspectFunction = Function2[Double, InspectOptionsStylized, java.lang.String]
- trait CustomPromisify[TCustom] extends Object with StObject
- Annotations
- @JSType()
- trait CustomPromisifyLegacy[TCustom] extends Function with CustomPromisify[TCustom]
- Annotations
- @JSType() @native()
- trait CustomPromisifySymbol[TCustom] extends Function with CustomPromisify[TCustom]
- Annotations
- @JSType() @native()
- trait EncodeIntoResult extends Object with StObject
- Annotations
- @JSType() @native()
- trait InspectOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait InspectOptionsStylized extends Object with StObject with InspectOptions
- Annotations
- @JSType() @native()
- trait Style extends Object with StObject
- Annotations
- @JSType()
- class TextDecoder extends Object with StObject
- Annotations
- @JSType() @JSImport("util", "TextDecoder") @native()
- class TextEncoder extends Object with StObject
- Annotations
- @JSType() @JSImport("util", "TextEncoder") @native()
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("util", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callbackify[T1, T2, T3, T4, T5, T6](fn: Function6[T1, T2, T3, T4, T5, T6, Promise[Unit]]): Function7[T1, T2, T3, T4, T5, T6, Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify[T1, T2, T3, T4, T5](fn: Function5[T1, T2, T3, T4, T5, Promise[Unit]]): Function6[T1, T2, T3, T4, T5, Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify[T1, T2, T3, T4](fn: Function4[T1, T2, T3, T4, Promise[Unit]]): Function5[T1, T2, T3, T4, Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify[T1, T2, T3](fn: Function3[T1, T2, T3, Promise[Unit]]): Function4[T1, T2, T3, Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify[T1, T2](fn: Function2[T1, T2, Promise[Unit]]): Function3[T1, T2, Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify[T1](fn: Function1[T1, Promise[Unit]]): Function2[T1, Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify(fn: Function0[Promise[Unit]]): Function1[Function1[ErrnoException, Unit], Unit]
- Annotations
- @inline()
- def callbackify_T1T2T3T4T5T6TResult[T1, T2, T3, T4, T5, T6, TResult](fn: Function6[T1, T2, T3, T4, T5, T6, Promise[TResult]]): Function7[T1, T2, T3, T4, T5, T6, Function2[|[ErrnoException, Null], TResult, Unit], Unit]
- Annotations
- @inline()
- def callbackify_T1T2T3T4T5TResult[T1, T2, T3, T4, T5, TResult](fn: Function5[T1, T2, T3, T4, T5, Promise[TResult]]): Function6[T1, T2, T3, T4, T5, Function2[|[ErrnoException, Null], TResult, Unit], Unit]
- Annotations
- @inline()
- def callbackify_T1T2T3T4TResult[T1, T2, T3, T4, TResult](fn: Function4[T1, T2, T3, T4, Promise[TResult]]): Function5[T1, T2, T3, T4, Function2[|[ErrnoException, Null], TResult, Unit], Unit]
- Annotations
- @inline()
- def callbackify_T1T2T3TResult[T1, T2, T3, TResult](fn: Function3[T1, T2, T3, Promise[TResult]]): Function4[T1, T2, T3, Function2[|[ErrnoException, Null], TResult, Unit], Unit]
- Annotations
- @inline()
- def callbackify_T1T2TResult[T1, T2, TResult](fn: Function2[T1, T2, Promise[TResult]]): Function3[T1, T2, Function2[|[ErrnoException, Null], TResult, Unit], Unit]
- Annotations
- @inline()
- def callbackify_T1TResult[T1, TResult](fn: Function1[T1, Promise[TResult]]): Function2[T1, Function2[ErrnoException, TResult, Unit], Unit]
- Annotations
- @inline()
- def callbackify_TResult[TResult](fn: Function0[Promise[TResult]]): Function1[Function2[ErrnoException, TResult, Unit], Unit]
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def debuglog(key: java.lang.String): Function2[java.lang.String, Any, Unit]
- Annotations
- @inline()
- def deprecate[T](fn: T, message: java.lang.String, code: java.lang.String): T
- Annotations
- @inline()
- def deprecate[T](fn: T, message: java.lang.String): T
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def format(format: Unit, param: Any*): java.lang.String
- Annotations
- @inline()
- def format(format: Any, param: Any*): java.lang.String
- Annotations
- @inline()
- def formatWithOptions(inspectOptions: InspectOptions, format: Unit, param: Any*): java.lang.String
- Annotations
- @inline()
- def formatWithOptions(inspectOptions: InspectOptions, format: Any, param: Any*): java.lang.String
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getSystemErrorMap(): Map[Double, Tuple2[java.lang.String, java.lang.String]]
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def inherits(constructor: Any, superConstructor: Any): Unit
- Annotations
- @inline()
- def isArray(object: Any): Boolean
- Annotations
- @inline()
- def isBoolean(object: Any): Boolean
- Annotations
- @inline()
- def isBuffer(object: Any): Boolean
- Annotations
- @inline()
- def isDate(object: Any): Boolean
- Annotations
- @inline()
- def isDeepStrictEqual(val1: Any, val2: Any): Boolean
- Annotations
- @inline()
- def isError(object: Any): Boolean
- Annotations
- @inline()
- def isFunction(object: Any): Boolean
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull(object: Any): Boolean
- Annotations
- @inline()
- def isNullOrUndefined(object: Any): Boolean
- Annotations
- @inline()
- def isNumber(object: Any): Boolean
- Annotations
- @inline()
- def isObject(object: Any): Boolean
- Annotations
- @inline()
- def isPrimitive(object: Any): Boolean
- Annotations
- @inline()
- def isRegExp(object: Any): Boolean
- Annotations
- @inline()
- def isString(object: Any): Boolean
- Annotations
- @inline()
- def isSymbol(object: Any): Boolean
- Annotations
- @inline()
- def isUndefined(object: Any): Boolean
- Annotations
- @inline()
- def log(string: java.lang.String): Unit
- 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])
- object EncodeIntoResult
- object InspectOptions
- object InspectOptionsStylized
- object Style
- object inspect
- object promisify
- object types
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated