Package

kantan

regex

Permalink

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]

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

    Permalink
  3. type Failure[A] = codecs.Result.Failure[A]

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

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

    Permalink
  6. type Pattern = java.util.regex.Pattern

    Permalink
  7. type RegexResult[A] = Result[RegexError, A]

    Permalink
  8. type Success[A] = codecs.Result.Success[A]

    Permalink

Value Members

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

    Permalink
  2. val Success: codecs.Result.Success.type

    Permalink
  3. package generic

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped