Nodex

object Nodex extends Nodex
Companion:
class
trait Nodex
class Object
trait Matchable
class Any
Nodex.type

Type members

Inherited classlikes

implicit class NodeOps(n: => Node)
Inherited from:
Nodex
implicit class NodeSeqOps(ns: => NodeSeq)

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

Inherited from:
Nodex
implicit class anyReducable[T](ns: Seq[T])

reduce a sequence of T's with a function transforming T's to NodeSeq

reduce a sequence of T's with a function transforming T's to NodeSeq

Inherited from:
Nodex
implicit class extendNode(n: Node)

This class adds more methods to the Node class

This class adds more methods to the Node class

Inherited from:
Nodex
implicit class extendNodeSeq(ns: NodeSeq)

This class adds more methods to the NodeSeq class

This class adds more methods to the NodeSeq class

Inherited from:
Nodex
implicit class reducable(ns: Seq[Node])
Inherited from:
Nodex
implicit class reducableSeq(ns: Seq[NodeSeq])
Inherited from:
Nodex

Implicits

Inherited implicits

final implicit def NodeOps(n: => Node): NodeOps
Inherited from:
Nodex
final implicit def NodeSeqOps(ns: => NodeSeq): NodeSeqOps

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

this implicit definition adds an 'unless' method to a NodeSeq so that it is only evaluated if a condition is true. Otherwise NodeSeq.Empty is returned

Inherited from:
Nodex
final implicit def anyReducable[T](ns: Seq[T]): anyReducable[T]

reduce a sequence of T's with a function transforming T's to NodeSeq

reduce a sequence of T's with a function transforming T's to NodeSeq

Inherited from:
Nodex
final implicit def extendNode(n: Node): extendNode

This class adds more methods to the Node class

This class adds more methods to the Node class

Inherited from:
Nodex
final implicit def extendNodeSeq(ns: NodeSeq): extendNodeSeq

This class adds more methods to the NodeSeq class

This class adds more methods to the NodeSeq class

Inherited from:
Nodex
implicit def pairToUnprefixedAttribute(pair: (Any, Any)): UnprefixedAttribute
Returns:

an unprefixed attribute from pair

Inherited from:
Nodex
final implicit def reducable(ns: Seq[Node]): reducable
Inherited from:
Nodex
final implicit def reducableSeq(ns: Seq[NodeSeq]): reducableSeq
Inherited from:
Nodex