kantan

regex

package regex

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

Type Members

  1. type CompileResult[A] = Result[CompileError, A]

  2. type DecodeResult[A] = Result[DecodeError, A]

  3. type GroupDecoder[A] = Decoder[Option[String], A, DecodeError, codecs.type]

  4. type MatchDecoder[A] = Decoder[Match, A, DecodeError, codecs.type]

  5. type RegexResult[A] = Result[RegexError, A]

Value Members

  1. package laws

Inherited from AnyRef

Inherited from Any

Ungrouped