Packages

object inspect

Source
nodeUtilMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. inspect
  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("node:util", "inspect") @native()
  5. def apply(object: Any, showHidden: Unit, depth: Unit, color: Boolean): java.lang.String
    Annotations
    @inline()
  6. def apply(object: Any, showHidden: Unit, depth: Null, color: Boolean): java.lang.String
    Annotations
    @inline()
  7. def apply(object: Any, showHidden: Unit, depth: Double, color: Boolean): java.lang.String
    Annotations
    @inline()
  8. def apply(object: Any, showHidden: Unit, depth: Double): java.lang.String
    Annotations
    @inline()
  9. def apply(object: Any, showHidden: Boolean, depth: Unit, color: Boolean): java.lang.String
    Annotations
    @inline()
  10. def apply(object: Any, showHidden: Boolean, depth: Null, color: Boolean): java.lang.String
    Annotations
    @inline()
  11. def apply(object: Any, showHidden: Boolean, depth: Double, color: Boolean): java.lang.String
    Annotations
    @inline()
  12. def apply(object: Any, showHidden: Boolean, depth: Double): java.lang.String
    Annotations
    @inline()
  13. def apply(object: Any, showHidden: Boolean): java.lang.String
    Annotations
    @inline()
  14. def apply(object: Any, options: InspectOptions): java.lang.String
    Annotations
    @inline()
  15. def apply(object: Any): java.lang.String
    Annotations
    @inline()
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  18. def colors: Dict[Tuple2[Double, Double]]
    Annotations
    @JSImport("node:util", "inspect.colors") @native()
  19. def colors_=(x: Dict[Tuple2[Double, Double]]): Unit
    Annotations
    @inline()
  20. val custom: Symbol
    Annotations
    @JSImport("node:util", "inspect.custom") @native()
  21. def defaultOptions: InspectOptions
    Annotations
    @JSImport("node:util", "inspect.defaultOptions") @native()
  22. def defaultOptions_=(x: InspectOptions): Unit
    Annotations
    @inline()
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def replDefaults: InspectOptions

    Allows changing inspect settings from the repl.

    Allows changing inspect settings from the repl.

    Annotations
    @JSImport("node:util", "inspect.replDefaults") @native()
  32. def replDefaults_=(x: InspectOptions): Unit
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. object styles

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