Command

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

Value members

Concrete methods

override def toString: String

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

Inherited methods

def curried: CharReader => Parser => Renderer => List[Any] => Map[String, Any] => Any => Any

Attributes

Inherited from:
Function6
def tupled: ((CharReader, Parser, Renderer, List[Any], Map[String, Any], Any)) => Any

Attributes

Inherited from:
Function6

Inherited and Abstract methods

def apply(v1: CharReader, v2: Parser, v3: Renderer, v4: List[Any], v5: Map[String, Any], v6: Any): Any

Attributes

Inherited from:
Function6

Concrete fields

val arity: Int
val eval: Boolean
val name: String