Object/Class

net.katsstuff.scammander.ScammanderBase

Command

Related Docs: class Command | package ScammanderBase

Permalink

object Command

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Command
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def error(msg: String): CommandFailure

    Permalink

    Creates a generic command error.

  9. def errorStep[A](msg: String): CommandStep[A]

    Permalink

    Creates a generic command error step.

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def simple[Param](runCmd: (RootSender, RunExtra, Param) ⇒ CommandStep[CommandSuccess])(implicit parameter: Parameter[Param]): Command[RootSender, Param]

    Permalink

    Create a simple command from a function that takes a parameter of the given type.

  18. def success(result: Result = defaultCommandSuccess): CommandSuccess

    Permalink

    Creates a command success.

  19. def successStep(result: Result = defaultCommandSuccess): CommandStep[CommandSuccess]

    Permalink

    Creates a command success step.

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def syntaxError(msg: String, pos: Int): CommandSyntaxError

    Permalink

    Creates a syntax command error.

  22. def syntaxErrorStep[A](msg: String, pos: Int): CommandStep[A]

    Permalink

    Creates a syntax command error step.

  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. def usageError(msg: String, pos: Int): CommandUsageError

    Permalink

    Creates a usage command error.

  25. def usageErrorStep[A](msg: String, pos: Int): CommandStep[A]

    Permalink

    Creates a usage command error step.

  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withChildren[Param](childSet: Set[ChildCommand[_, _]])(runCmd: (RootSender, RunExtra, Param) ⇒ CommandStep[CommandSuccess])(implicit parameter: Parameter[Param]): Command[RootSender, Param]

    Permalink

    Create a simple command with children from a function that takes a parameter of the given type.

  30. def withSender[Sender, Param](runCmd: (Sender, RunExtra, Param) ⇒ CommandStep[CommandSuccess])(implicit transformer: UserValidator[Sender], parameter: Parameter[Param]): Command[Sender, Param]

    Permalink

    Create a command from a function that takes a parameter and sender of the given types.

  31. def withSenderAndChildren[Sender, Param](childSet: Set[ChildCommand[_, _]])(runCmd: (Sender, RunExtra, Param) ⇒ CommandStep[CommandSuccess])(implicit transformer: UserValidator[Sender], parameter: Parameter[Param]): Command[Sender, Param]

    Permalink

    Create a command with children from a function that takes a parameter and sender of the given types.

Inherited from AnyRef

Inherited from Any

Ungrouped