Transformer

trait Transformer extends Element => Element

A Dom.Transformer encapsulates the ability for arbitrary DOM transformations. The default implementation applies a NOP transformation, i.e. returns an identical DOM structure.

Override some or all methods to customize the transformation logic.

Companion:
object
trait Element => Element
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Element => A): Element => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Element): A => Element
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1