StringMutableBuilder

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

Value members

Concrete methods

@inline
def setTrimEnd(value: () => String): Self
@inline
def setTrimLeft(value: () => String): Self
@inline
def setTrimRight(value: () => String): Self
@inline
def setTrimStart(value: () => String): Self

Concrete fields

val x: Self