cue4s

package cue4s

Members list

Type members

Classlikes

class AnsiTerminal(out: Output) extends Terminal

Attributes

Companion
object
Supertypes
trait Terminal
class Object
trait Matchable
class Any
object AnsiTerminal

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait AsString[A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AsyncPrompts(underlying: Prompts)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
enum Completion[+Result]

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Completion

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Completion.type
enum CompletionError extends Throwable

Attributes

Supertypes
trait Enum
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class CueBuilder

Attributes

Supertypes
class Object
trait Matchable
class Any
enum CueHint

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Output

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DarkVoid
class Delegate
object StdOut
object Output

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Output.type
trait Prompt[Result]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Confirmation
class Input
class NumberInput[N]
class SingleChoice
Show all
Self type
Prompt[Result]
object Prompt

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Prompt.type
trait PromptChain[R]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Impl[T]
object PromptChain

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object PromptError

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class Prompts extends AutoCloseable

Attributes

Companion
object
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
object Prompts

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Prompts.type
trait Symbols

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Symbols

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Symbols.type
class SyncPrompts(underlying: Prompts)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Terminal

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
object Terminal

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Terminal.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait Theme

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Default
object NoColors
object Theme

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Theme.type
class TracingTerminal(out: Output) extends Terminal

Attributes

Supertypes
trait Terminal
class Object
trait Matchable
class Any
class cue(f: CueBuilder => CueBuilder) extends StaticAnnotation

Attributes

Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
object given_AsString_String extends AsString[String]

Attributes

Supertypes
trait AsString[String]
class Object
trait Matchable
class Any
Self type

Types

opaque type PromptError

Value members

Concrete methods

def todo(msg: String): Nothing

Extensions

Extensions

extension (o: Output)
def outLn[A : AsString](a: A): Unit