Packages

p

kantan.codecs

strings

package strings

Linear Supertypes

Type Members

  1. type StringCodec[A] = Codec[String, A, DecodeError, codecs.type]
  2. type StringDecoder[A] = Decoder[String, A, DecodeError, codecs.type]
  3. type StringEncoder[A] = Encoder[String, A, codecs.type]
  4. type StringResult[A] = Either[DecodeError, A]

Inherited from AnyRef

Inherited from Any

Ungrouped