Package

kantan.codecs

strings

Permalink

package strings

Linear Supertypes
AnyRef, Any
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. type StringCodec[A] = Codec[String, A, DecodeError, codecs.type]

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

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

    Permalink
  4. type StringResult[A] = Either[DecodeError, A]

    Permalink

Value Members

  1. package joda

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped