harness.console.ConsoleProgram$
See theConsoleProgram companion trait
object ConsoleProgram
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConsoleProgram.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
final case class OneOf[-R, C, S](command: String, options: NonEmptyList[ConsoleProgram[R, C, S]]) extends ConsoleProgram[R, C, S]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def oneOf[R, C, S](cmd: String)(p0: ConsoleProgram[R, C, S], pN: ConsoleProgram[R, C, S]*): ConsoleProgram[R, C, S]
In this article