State

tui.components.Choose.State
case class State[A](options: List[A], index: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def changeIndex(delta: Int): State[A]
def current: A
def moveDown: State[A]
def moveUp: State[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product