|
Scala 2
|
class
TextBuffer
extends
java.lang.Object with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
append
( cs : Seq )
: TextBuffer
appends this string to the text buffer, trimming whitespaces as needed |
|
def
appendChar
( c : scala.Char )
: java.lang.StringBuffer
|
|
def
appendSpace
: scala.Any
|
|
def
toText
: Seq
returns an empty sequence if text is only whitespace |
Constructor Detail |
def
this
Def Detail |
def
append
( cs : Seq ) : TextBuffer
def
appendChar
( c : scala.Char ) : java.lang.StringBuffer
def
appendSpace
: scala.Any
def
toText
: Seq