Package

kantan.codecs

strings

Permalink

package strings

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. strings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class DecodeError(message: String) extends Exception with Product with Serializable

    Permalink
  2. type StringCodec[A] = Codec[String, A, DecodeError, codecs.type]

    Permalink
  3. trait StringCodecInstances extends StringEncoderInstances with StringDecoderInstances

    Permalink

    Defines default instances of StringCodec for all primitive types.

  4. type StringDecoder[A] = Decoder[String, A, DecodeError, codecs.type]

    Permalink
  5. trait StringDecoderInstances extends AnyRef

    Permalink
  6. type StringEncoder[A] = Encoder[String, A, codecs.type]

    Permalink
  7. trait StringEncoderInstances extends AnyRef

    Permalink

    Defines default instances of StringEncoder.

Value Members

  1. object DecodeError extends Serializable

    Permalink
  2. object StringCodec

    Permalink
  3. object StringDecoder

    Permalink
  4. object StringEncoder

    Permalink
  5. object codecs extends StringCodecInstances

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped