StackTraceMutableBuilder

@inline final class StackTraceMutableBuilder[Self <: StackTrace](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setCallFrames(value: Array[CallFrame]): Self
@inline
def setCallFramesVarargs(value: CallFrame*): Self
@inline
def setDescription(value: String): Self
@inline
@inline
def setParent(value: StackTrace): Self
@inline
def setParentId(value: StackTraceId): Self
@inline
@inline

Concrete fields

val x: Self