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 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

  3. package laws

Inherited from AnyRef

Inherited from Any

Ungrouped