TUI

tui.TUI
See theTUI companion trait
object TUI

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TUI.type

Members list

Value members

Concrete methods

def live(fullScreen: Boolean): ZLayer[Any, Nothing, TUI]
def run[I, S, A](terminalApp: TerminalApp[I, S, A])(initialState: S): RIO[TUI, Option[A]]
def runWithEvents[I, S, A](terminalApp: TerminalApp[I, S, A])(events: ZStream[Any, Throwable, I], initialState: S): RIO[TUI, Option[A]]