Transformer

io.bullet.borer.Dom$.Transformer
See theTransformer companion object
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.

Attributes

Companion:
object
Graph
Supertypes
trait Element => Element
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: Element => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Element): A => R

Attributes

Inherited from:
Function1
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
Function1 -> Any
Inherited from:
Function1