ExamplesOverviewTemplate

fr.janalyse.cem.templates.txt.ExamplesOverviewTemplate$
object ExamplesOverviewTemplate extends BaseScalaTemplate[Appendable, Format[Appendable]] with Template1[OverviewContext, Appendable]

Attributes

Graph
Supertypes
trait Template1[OverviewContext, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(context: OverviewContext): Appendable

Attributes

def f: OverviewContext => Appendable
def ref: ExamplesOverviewTemplate.type.this.type
def render(context: OverviewContext): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product