ConsoleProgram

harness.console.ConsoleProgram$
See theConsoleProgram companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Cmd[-R, C, S](cmd: Command[R, C, S]) extends ConsoleProgram[R, C, S]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ConsoleProgram[R, C, S]
class Object
trait Matchable
class Any
Show all
final class CommandBuilder1

Attributes

Supertypes
class Object
trait Matchable
class Any
final class CommandBuilder2[P]

Attributes

Supertypes
class Object
trait Matchable
class Any
final class CommandBuilder3[P, C, S]

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class OneOf[-R, C, S](command: String, options: NonEmptyList[ConsoleProgram[R, C, S]]) extends ConsoleProgram[R, C, S]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ConsoleProgram[R, C, S]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def command(cmd: String): CommandBuilder1
def oneOf[R, C, S](cmd: String)(p0: ConsoleProgram[R, C, S], pN: ConsoleProgram[R, C, S]*): ConsoleProgram[R, C, S]