Packages

p

kantan

regex

package regex

Linear Supertypes

Type Members

  1. type CompileResult[A] = Either[CompileError, A]
  2. type DecodeResult[A] = Either[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 Pattern = java.util.regex.Pattern
  6. type RegexResult[A] = Either[RegexError, A]

Inherited from AnyRef

Inherited from Any

Ungrouped