|
Scala 2
|
class
Document
extends
java.lang.Object with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
:/:
( hd : java.lang.String )
: Document
|
|
def
:/:
( hd : Document )
: Document
|
|
def
::
( hd : java.lang.String )
: Document
|
|
def
::
( hd : Document )
: Document
|
|
def
format
( width : scala.Int , writer : java.io.Writer )
: scala.Unit
Format this document on WRITER and try to set line breaks so that the result fits in WIDTH columns. |
Constructor Detail |
def
this
Def Detail |
def
:/:
( hd : java.lang.String ) : Document
def
:/:
( hd : Document ) : Document
def
::
( hd : java.lang.String ) : Document
def
::
( hd : Document ) : Document
def
format
( width : scala.Int , writer : java.io.Writer ) : scala.Unit