Console

kyo.Console
See theConsole companion object
abstract class Console

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def printErr(s: String): Unit < IOs
def println(s: String): Unit < IOs
def printlnErr(s: String): Unit < IOs
def readln: String < IOs