XmlEncoder

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

Value members

Inherited methods

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