Parser

trait Parser extends Serializable
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

Concrete methods

final def decode[A : Decoder](input: String): Either[Error, A]