XmlEncoder

object XmlEncoder extends FixedRightConverterOps[ValidatedNelEx, NodeSeq, XmlEncoder]
class FixedRightConverterOps[ValidatedNelEx, NodeSeq, XmlEncoder]
class Object
trait Matchable
class Any

Value members

Inherited methods

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