Packages

package laws

Source
package.scala
Linear Supertypes

Package Members

  1. package discipline

Type Members

  1. type GroupDecoderLaws[A] = DecoderLaws[Option[String], A, DecodeError, codecs.type]
  2. type GroupValue[A] = CodecValue[Option[String], A, codecs.type]
  3. type IllegalGroup[A] = IllegalValue[Option[String], A, codecs.type]
  4. type IllegalMatch[A] = IllegalValue[Match, A, codecs.type]
  5. type LegalGroup[A] = LegalValue[Option[String], A, codecs.type]
  6. type LegalMatch[A] = LegalValue[Match, A, codecs.type]
  7. type MatchDecoderLaws[A] = DecoderLaws[Match, A, DecodeError, codecs.type]
  8. type MatchValue[A] = CodecValue[Match, A, codecs.type]

Inherited from AnyRef

Inherited from Any

Ungrouped