XmlDecoder

object XmlDecoder extends FixedLeftConverterOps[ValidatedNelEx, NodeSeq, XmlDecoder]
class FixedLeftConverterOps[ValidatedNelEx, NodeSeq, XmlDecoder]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[B](implicit F: Converter[NodeSeq, ValidatedNelEx[B]]): XmlDecoder[B]
Inherited from
FixedLeftConverterOps
def const[B](b: B): XmlDecoder[B]
Inherited from
FixedLeftConverterOps
def id: XmlDecoder[NodeSeq]
Inherited from
FixedLeftConverterOps
def of[B](f: NodeSeq => ValidatedNelEx[B]): XmlDecoder[B]
Inherited from
FixedLeftConverterOps