tui.components

package tui.components

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
trait TerminalApp[Any, String, String]
class Object
trait Matchable
class Any
Show all
object LineInput

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LineInput.type