kantan.regex

laws

package laws

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. laws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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]

Value Members

  1. package discipline

Inherited from AnyRef

Inherited from Any

Ungrouped