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] = Either[CompileError, A]

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

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

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

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

    Permalink
  6. type RegexResult[A] = Either[RegexError, A]

    Permalink

Value Members

  1. package generic

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped