Packages

c

fs2.internal.jsdeps.node.utilMod.InspectOptions

InspectOptionsMutableBuilder

implicit final class InspectOptionsMutableBuilder[Self <: InspectOptions] extends AnyVal

Annotations
@inline()
Source
utilMod.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InspectOptionsMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InspectOptionsMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def setBreakLength(value: Double): Self
    Annotations
    @inline()
  8. def setBreakLengthUndefined: Self
    Annotations
    @inline()
  9. def setColors(value: Boolean): Self
    Annotations
    @inline()
  10. def setColorsUndefined: Self
    Annotations
    @inline()
  11. def setCompact(value: |[Boolean, Double]): Self
    Annotations
    @inline()
  12. def setCompactUndefined: Self
    Annotations
    @inline()
  13. def setCustomInspect(value: Boolean): Self
    Annotations
    @inline()
  14. def setCustomInspectUndefined: Self
    Annotations
    @inline()
  15. def setDepth(value: Double): Self
    Annotations
    @inline()
  16. def setDepthNull: Self
    Annotations
    @inline()
  17. def setDepthUndefined: Self
    Annotations
    @inline()
  18. def setGetters(value: |[|[get, set], Boolean]): Self
    Annotations
    @inline()
  19. def setGettersUndefined: Self
    Annotations
    @inline()
  20. def setMaxArrayLength(value: Double): Self
    Annotations
    @inline()
  21. def setMaxArrayLengthNull: Self
    Annotations
    @inline()
  22. def setMaxArrayLengthUndefined: Self
    Annotations
    @inline()
  23. def setMaxStringLength(value: Double): Self
    Annotations
    @inline()
  24. def setMaxStringLengthNull: Self
    Annotations
    @inline()
  25. def setMaxStringLengthUndefined: Self
    Annotations
    @inline()
  26. def setShowHidden(value: Boolean): Self
    Annotations
    @inline()
  27. def setShowHiddenUndefined: Self
    Annotations
    @inline()
  28. def setShowProxy(value: Boolean): Self
    Annotations
    @inline()
  29. def setShowProxyUndefined: Self
    Annotations
    @inline()
  30. def setSorted(value: |[Boolean, Function2[java.lang.String, java.lang.String, Double]]): Self
    Annotations
    @inline()
  31. def setSortedFunction2(value: (java.lang.String, java.lang.String) => Double): Self
    Annotations
    @inline()
  32. def setSortedUndefined: Self
    Annotations
    @inline()
  33. def toString(): java.lang.String
    Definition Classes
    Any
  34. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped