Packages

abstract class LoopCommand extends (String) => Result

Source
LoopCommands.scala
Linear Supertypes
(String) => Result, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoopCommand
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LoopCommand(name: String, help: String, detailedHelp: Option[String])

Abstract Value Members

  1. abstract def apply(line: String): Result
    Definition Classes
    LoopCommand → Function1

Concrete Value Members

  1. def andThen[A](g: (Result) => A): (String) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def completion: Completion
  3. def compose[A](g: (A) => String): (A) => Result
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val detailedHelp: Option[String]
  5. val help: String
  6. val name: String
  7. def showUsage(): Result
  8. def toString(): String
    Definition Classes
    LoopCommand → Function1 → AnyRef → Any
  9. def usage: String
  10. def usageMsg: String