NonEmptyListNodeDecoder
final class NonEmptyListNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[NonEmptyList[T]]
Value members
Inherited methods
final def someOrElse[T2](default: => T2)(implicit ev: NonEmptyList[T] <:< Option[T2]): XmlDecoder[T2]
- Inherited from:
- XmlDecoder