StringCodec

cats.parse.StringCodec
trait StringCodec[+P <: (Parser0), A]

Attributes

Source
StringCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def encode(e: A): String

Attributes

Source
StringCodec.scala
def parser: P[A]

Attributes

Source
StringCodec.scala