XmlEncoder

object XmlEncoder
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[A](implicit F: Converter[A, Id[NodeSeq]]): XmlEncoder[A]
Inherited from:
FixedRightConverterOps
def of[A](f: A => Id[NodeSeq]): XmlEncoder[A]
Inherited from:
FixedRightConverterOps
def pure[A](b: NodeSeq): XmlEncoder[A]
Inherited from:
FixedRightConverterOps