Active

io.github.edadma.texish.Active
abstract class Active(val name: String) extends (CharReader, Renderer, Any) => Any

Attributes

Graph
Supertypes
trait (CharReader, Renderer, 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
Function3 -> Any

Inherited methods

def curried: CharReader => Renderer => Any => Any

Attributes

Inherited from:
Function3
def tupled: ((CharReader, Renderer, Any)) => Any

Attributes

Inherited from:
Function3

Inherited and Abstract methods

def apply(v1: CharReader, v2: Renderer, v3: Any): Any

Attributes

Inherited from:
Function3

Concrete fields

val name: String