kantan.csv.HeaderCodec
See theHeaderCodec companion object
trait HeaderCodec[A] extends HeaderEncoder[A], HeaderDecoder[A]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait HeaderDecoder[A]trait HeaderEncoder[A]trait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- HeaderDecoder
Combines two header decoders creating a tupled version that will decode the results from both. The combination will preserve the order of the merge in the case that no headers are detected.
Combines two header decoders creating a tupled version that will decode the results from both. The combination will preserve the order of the merge in the case that no headers are detected.
Attributes
- Inherited from:
- HeaderDecoder
Inherited and Abstract methods
Attributes
- Inherited from:
- HeaderDecoder
Attributes
- Inherited from:
- HeaderEncoder
Attributes
- Inherited from:
- HeaderDecoder
Attributes
- Inherited from:
- HeaderEncoder
In this article