implicit final class InspectOptionsMutableBuilder[Self <: InspectOptions] extends AnyVal
- Annotations
- @inline()
- Source
- utilMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InspectOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InspectOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setBreakLength(value: Double): Self
- Annotations
- @inline()
- def setBreakLengthUndefined: Self
- Annotations
- @inline()
- def setColors(value: Boolean): Self
- Annotations
- @inline()
- def setColorsUndefined: Self
- Annotations
- @inline()
- def setCompact(value: |[Boolean, Double]): Self
- Annotations
- @inline()
- def setCompactUndefined: Self
- Annotations
- @inline()
- def setCustomInspect(value: Boolean): Self
- Annotations
- @inline()
- def setCustomInspectUndefined: Self
- Annotations
- @inline()
- def setDepth(value: Double): Self
- Annotations
- @inline()
- def setDepthNull: Self
- Annotations
- @inline()
- def setDepthUndefined: Self
- Annotations
- @inline()
- def setGetters(value: |[|[get, set], Boolean]): Self
- Annotations
- @inline()
- def setGettersUndefined: Self
- Annotations
- @inline()
- def setMaxArrayLength(value: Double): Self
- Annotations
- @inline()
- def setMaxArrayLengthNull: Self
- Annotations
- @inline()
- def setMaxArrayLengthUndefined: Self
- Annotations
- @inline()
- def setMaxStringLength(value: Double): Self
- Annotations
- @inline()
- def setMaxStringLengthNull: Self
- Annotations
- @inline()
- def setMaxStringLengthUndefined: Self
- Annotations
- @inline()
- def setShowHidden(value: Boolean): Self
- Annotations
- @inline()
- def setShowHiddenUndefined: Self
- Annotations
- @inline()
- def setShowProxy(value: Boolean): Self
- Annotations
- @inline()
- def setShowProxyUndefined: Self
- Annotations
- @inline()
- def setSorted(value: |[Boolean, Function2[java.lang.String, java.lang.String, Double]]): Self
- Annotations
- @inline()
- def setSortedFunction2(value: (java.lang.String, java.lang.String) => Double): Self
- Annotations
- @inline()
- def setSortedUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self