implicit final class StackTraceMutableBuilder[Self <: StackTrace] extends AnyVal
- Annotations
- @inline()
- Source
- StackTrace.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StackTraceMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StackTraceMutableBuilder(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 setCallFrames(value: Array[CallFrame]): Self
- Annotations
- @inline()
- def setCallFramesVarargs(value: CallFrame*): Self
- Annotations
- @inline()
- def setDescription(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setDescriptionUndefined: Self
- Annotations
- @inline()
- def setParent(value: StackTrace): Self
- Annotations
- @inline()
- def setParentId(value: StackTraceId): Self
- Annotations
- @inline()
- def setParentIdUndefined: Self
- Annotations
- @inline()
- def setParentUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self