Output

trait Output

This trait represents an output with standard print functions

This trait represents an output with standard print functions

class Object
trait Matchable
class Any

Value members

Abstract methods

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

print several objects according to a format string (see Console.printf)

print several objects according to a format string (see Console.printf)

Concrete methods

def flush(): Unit

flush the content if necessary

flush the content if necessary

def printStackTrace(t: Throwable): Unit

print stacktraces

print stacktraces

def println(m: Any): Unit

print an object with a newline

print an object with a newline