t

kantan.codecs.laws.discipline

DisciplinePackage

trait DisciplinePackage extends PlatformSpecificDisciplinePackage

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisciplinePackage
  2. PlatformSpecificDisciplinePackage
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type CodecTests[E, D, F, T] = discipline.CodecTests[E, D, F, T]
  2. type DecoderTests[E, D, F, T] = discipline.DecoderTests[E, D, F, T]
  3. type DisciplineSuite = discipline.DisciplineSuite
  4. type EncoderTests[E, D, T] = discipline.EncoderTests[E, D, T]
  5. type SerializableTests[A] = discipline.SerializableTests[A]
  6. type StringCodecTests[A] = discipline.CodecTests[String, A, DecodeError, strings.codecs.type]
  7. type StringDecoderTests[A] = discipline.DecoderTests[String, A, DecodeError, strings.codecs.type]
  8. type StringEncoderTests[A] = discipline.EncoderTests[String, A, strings.codecs.type]

Value Members

  1. val CodecTests: discipline.CodecTests.type
  2. val DecoderTests: discipline.DecoderTests.type
  3. val EncoderTests: discipline.EncoderTests.type
  4. val SerializableTests: discipline.SerializableTests.type
  5. val StringCodecTests: discipline.StringCodecTests.type
  6. val StringDecoderTests: discipline.StringDecoderTests.type
  7. val StringEncoderTests: discipline.StringEncoderTests.type