Packages

p

kantan

regex

package regex

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. regex
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CompileResult[A] = Result[CompileError, A]
  2. type DecodeResult[A] = Result[DecodeError, A]
  3. type Failure[A] = codecs.Result.Failure[A]
  4. type GroupDecoder[A] = Decoder[Option[String], A, DecodeError, codecs.type]
  5. type MatchDecoder[A] = Decoder[Match, A, DecodeError, codecs.type]
  6. type Pattern = java.util.regex.Pattern
  7. type RegexResult[A] = Result[RegexError, A]
  8. type Success[A] = codecs.Result.Success[A]

Value Members

  1. val Failure: codecs.Result.Failure.type
  2. val Success: codecs.Result.Success.type

Inherited from AnyRef

Inherited from Any

Ungrouped