standardMode

tinyscalautils.text.PrintingMode$package.standardMode
object standardMode extends PrintingMode

Standard printing. Equivalent to Predef.printf/println.

Attributes

Source
PrintingMode.scala
Graph
Supertypes
trait PrintingMode
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Inherited methods

final def printf(format: String, args: Any*): Unit

Formatted printing with a format.

Formatted printing with a format.

Attributes

Inherited from:
PrintingMode
Source
PrintingMode.scala
final def println(arg: Any): Unit

Formatted printing with a newline.

Formatted printing with a newline.

Attributes

Inherited from:
PrintingMode
Source
PrintingMode.scala