NonEmptyListNodeDecoder
harness.xml.XmlDecoder$.NonEmptyListNodeDecoder
final class NonEmptyListNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[NonEmptyList[T]]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- XmlDecoder
Attributes
- Inherited from:
- XmlDecoder
Attributes
- Inherited from:
- XmlDecoder
Attributes
- Inherited from:
- XmlDecoder
Attributes
- Inherited from:
- XmlDecoder
Attributes
- Inherited from:
- XmlDecoder
final def someOrElse[T2](default: => T2)(implicit ev: NonEmptyList[T] <:< Option[T2]): XmlDecoder[T2]
Attributes
- Inherited from:
- XmlDecoder
In this article