TUI

tui.TUI
See theTUI companion object
trait TUI

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TUILive

Members list

Concise view

Value members

Abstract methods

def run[I, S, A](terminalApp: TerminalApp[I, S, A], events: ZStream[Any, Throwable, I], initialState: S): Task[Option[A]]