io.github.edadma.texish.Command
See theCommand companion object
abstract class Command(val name: String, val arity: Int, val eval: Boolean) extends (CharReader, Parser, Renderer, List[Any], Map[String, Any], Any) => Any
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait (
CharReader,
Parser,
Renderer,
List[
Any],
Map[
String,
Any],
Any)
=> Any
class Object
trait Matchable
class Any
Members list
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Definition Classes
-
Function6 -> Any
Attributes
-
Inherited from:
-
Function6
Attributes
-
Inherited from:
-
Function6
Attributes
-
Inherited from:
-
Function6