BaseScalaTemplate

play.twirl.api.BaseScalaTemplate
case class BaseScalaTemplate[T <: Appendable[T], F <: Format[T]](format: F)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def _display_(x: AnyVal): T
def _display_(x: String): T
def _display_(x: Unit): T
def _display_(x: NodeSeq): T
def _display_(x: T): T
def _display_(o: Any)(implicit m: ClassTag[T]): T

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product