Packages

object nodeUtilMod

Source
nodeUtilMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeUtilMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class TextDecoder extends utilMod.TextDecoder
    Annotations
    @JSType() @JSImport("node:util", "TextDecoder") @native()
  2. class TextEncoder extends utilMod.TextEncoder
    Annotations
    @JSType() @JSImport("node:util", "TextEncoder") @native()

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("node:util", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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()
  7. 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()
  8. 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()
  9. def callbackify[T1, T2, T3](fn: Function3[T1, T2, T3, Promise[Unit]]): Function4[T1, T2, T3, Function1[ErrnoException, Unit], Unit]
    Annotations
    @inline()
  10. def callbackify[T1, T2](fn: Function2[T1, T2, Promise[Unit]]): Function3[T1, T2, Function1[ErrnoException, Unit], Unit]
    Annotations
    @inline()
  11. def callbackify[T1](fn: Function1[T1, Promise[Unit]]): Function2[T1, Function1[ErrnoException, Unit], Unit]
    Annotations
    @inline()
  12. def callbackify(fn: Function0[Promise[Unit]]): Function1[Function1[ErrnoException, Unit], Unit]
    Annotations
    @inline()
  13. 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()
  14. 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()
  15. 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()
  16. 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()
  17. def callbackify_T1T2TResult[T1, T2, TResult](fn: Function2[T1, T2, Promise[TResult]]): Function3[T1, T2, Function2[|[ErrnoException, Null], TResult, Unit], Unit]
    Annotations
    @inline()
  18. def callbackify_T1TResult[T1, TResult](fn: Function1[T1, Promise[TResult]]): Function2[T1, Function2[ErrnoException, TResult, Unit], Unit]
    Annotations
    @inline()
  19. def callbackify_TResult[TResult](fn: Function0[Promise[TResult]]): Function1[Function2[ErrnoException, TResult, Unit], Unit]
    Annotations
    @inline()
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  21. def debuglog(key: java.lang.String): Function2[java.lang.String, Any, Unit]
    Annotations
    @inline()
  22. def deprecate[T](fn: T, message: java.lang.String, code: java.lang.String): T
    Annotations
    @inline()
  23. def deprecate[T](fn: T, message: java.lang.String): T
    Annotations
    @inline()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def format(format: Unit, param: Any*): java.lang.String
    Annotations
    @inline()
  27. def format(format: Any, param: Any*): java.lang.String
    Annotations
    @inline()
  28. def formatWithOptions(inspectOptions: InspectOptions, format: Unit, param: Any*): java.lang.String
    Annotations
    @inline()
  29. def formatWithOptions(inspectOptions: InspectOptions, format: Any, param: Any*): java.lang.String
    Annotations
    @inline()
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. def getSystemErrorMap(): Map[Double, Tuple2[java.lang.String, java.lang.String]]
    Annotations
    @inline()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. def inherits(constructor: Any, superConstructor: Any): Unit
    Annotations
    @inline()
  34. def isArray(object: Any): Boolean
    Annotations
    @inline()
  35. def isBoolean(object: Any): Boolean
    Annotations
    @inline()
  36. def isBuffer(object: Any): Boolean
    Annotations
    @inline()
  37. def isDate(object: Any): Boolean
    Annotations
    @inline()
  38. def isDeepStrictEqual(val1: Any, val2: Any): Boolean
    Annotations
    @inline()
  39. def isError(object: Any): Boolean
    Annotations
    @inline()
  40. def isFunction(object: Any): Boolean
    Annotations
    @inline()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isNull(object: Any): Boolean
    Annotations
    @inline()
  43. def isNullOrUndefined(object: Any): Boolean
    Annotations
    @inline()
  44. def isNumber(object: Any): Boolean
    Annotations
    @inline()
  45. def isObject(object: Any): Boolean
    Annotations
    @inline()
  46. def isPrimitive(object: Any): Boolean
    Annotations
    @inline()
  47. def isRegExp(object: Any): Boolean
    Annotations
    @inline()
  48. def isString(object: Any): Boolean
    Annotations
    @inline()
  49. def isSymbol(object: Any): Boolean
    Annotations
    @inline()
  50. def isUndefined(object: Any): Boolean
    Annotations
    @inline()
  51. def log(string: java.lang.String): Unit
    Annotations
    @inline()
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. object inspect
  61. object promisify
  62. object types

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