anyReducable

org.specs2.xml.Nodex.anyReducable
implicit class anyReducable[T](ns: Seq[T])

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def reduceNodesWith(f: T => NodeSeq): NodeSeq