tui.components

Members list

Concise view

Type members

Classlikes

case class Choose[A](renderA: A => View) extends TerminalApp[Nothing, State[A], A]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TerminalApp[Nothing, State[A], A]
class Object
trait Matchable
class Any
object Choose

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Choose.type
case class LineInput(prompt: String) extends TerminalApp[Any, String, String]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TerminalApp[Any, String, String]
class Object
trait Matchable
class Any
object LineInput

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type