HeaderCodec

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 Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[B](f: A => B): HeaderDecoder[B]

Attributes

Inherited from:
HeaderDecoder
def ~[B](that: HeaderDecoder[B])(implicit zippable: Zippable[A, B]): HeaderDecoder[zippable.Out]

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