Consoles

org.beangle.commons.lang.Consoles
object Consoles

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Consoles.type

Members list

Type members

Classlikes

enum Color(val id: Int)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class ColorText(val s: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ColorText

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ColorText.type

Value members

Concrete methods

def confirm(msg: String, yes: Set[String], no: Set[String]): Boolean
def prompt(msg: String, defaultStr: String, f: String => Boolean): String
def prompt(msg: String, defaultStr: String): String
def readPassword(): String
def readPassword(fmt: String, args: Any*): String
def shell(prompt: => String, exits: Set[String], p: String => Unit): Unit

Givens

Givens

given given_Conversion_String_ColorText: Conversion[String, ColorText]