Packages

object styles

Source
nodeUtilMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. styles
  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.styles") @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bigint: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.bigint") @native()
  7. def bigint_=(x: java.lang.String): Unit
    Annotations
    @inline()
  8. def boolean: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.boolean") @native()
  9. def boolean_=(x: java.lang.String): Unit
    Annotations
    @inline()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. def date: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.date") @native()
  12. def date_=(x: java.lang.String): Unit
    Annotations
    @inline()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def module: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.module") @native()
  19. def module_=(x: java.lang.String): Unit
    Annotations
    @inline()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. val null: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.null") @native()
  24. def number: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.number") @native()
  25. def number_=(x: java.lang.String): Unit
    Annotations
    @inline()
  26. def regexp: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.regexp") @native()
  27. def regexp_=(x: java.lang.String): Unit
    Annotations
    @inline()
  28. def special: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.special") @native()
  29. def special_=(x: java.lang.String): Unit
    Annotations
    @inline()
  30. def string: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.string") @native()
  31. def string_=(x: java.lang.String): Unit
    Annotations
    @inline()
  32. def symbol: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.symbol") @native()
  33. def symbol_=(x: java.lang.String): Unit
    Annotations
    @inline()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  36. def undefined: java.lang.String
    Annotations
    @JSImport("node:util", "inspect.styles.undefined") @native()
  37. def undefined_=(x: java.lang.String): Unit
    Annotations
    @inline()
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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