XmlDecoder

object XmlDecoder
class Object
trait Matchable
class Any

Value members

Inherited methods

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