Class

kantan.regex.ops

CompilerOps

Related Doc: package ops

Permalink

final class CompilerOps[S] extends AnyVal

Provides useful syntax for types that have a Compiler instance.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompilerOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompilerOps(expr: S)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asRegex[A](group: Int)(implicit arg0: GroupDecoder[A], cs: Compiler[S]): CompileResult[Regex[DecodeResult[A]]]

    Permalink
  6. def asRegex[A](implicit arg0: MatchDecoder[A], cs: Compiler[S]): CompileResult[Regex[DecodeResult[A]]]

    Permalink

    Compiles this value as a Regex.

  7. def asUnsafeRegex[A](group: Int)(implicit arg0: GroupDecoder[A], cs: Compiler[S]): Regex[DecodeResult[A]]

    Permalink

    Unsafe version of asRegex[A](group:Int)*.

  8. def asUnsafeRegex[A](implicit arg0: MatchDecoder[A], cs: Compiler[S]): Regex[DecodeResult[A]]

    Permalink
  9. val expr: S

    Permalink
  10. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped