Parser

com.bilalfazlani.csv.codec.Parser$
See theParser companion trait
object Parser

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Parser.type

Members list

Concise view

Type members

Classlikes

case class And[A, B](parser1: Parser[A], parser2: Parser[B]) extends Parser[(A, B)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parser[(A, B)]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def run[A](input: String)(parser: Parser[A]): Result[A]