silentMode

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

Silent. Does not print anything. No call to Predef.printf/println takes place.

Attributes

Source
PrintingMode.scala
Graph
Supertypes
trait PrintingMode
class Object
trait Matchable
class Any
Self type
silentMode.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