Overrides

laika.api.format.RenderFormat.Overrides
case class Overrides(value: PartialFunction[(FMT, Element), String]) extends RenderOverrides

Attributes

Source
RenderFormat.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Formatter = FMT

The type of the Formatter API a custom render function for these overrides uses.

The type of the Formatter API a custom render function for these overrides uses.

Attributes

Source
RenderFormat.scala

Value members

Concrete methods

Attributes

Source
RenderFormat.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product