Object

kantan.regex

codecs

Related Doc: package regex

Permalink

object codecs extends GroupDecoderInstances with MatchDecoderInstances with TupleDecoders

Acts as a type tag for regex-specific kantan.codecs.Decoder instances.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codecs
  2. TupleDecoders
  3. MatchDecoderInstances
  4. GroupDecoderInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def eitherGroupDecoder[A, B](implicit arg0: GroupDecoder[A], arg1: GroupDecoder[B]): GroupDecoder[Either[A, B]]

    Permalink

    Turns a GroupDecoder[A] and GroupDecoder[B] into a GroupDecoder[Either[A, B]].

    Turns a GroupDecoder[A] and GroupDecoder[B] into a GroupDecoder[Either[A, B]].

    This means that, provided you know how to decode an A and a B, you will always have free support for Either[A, B].

    Definition Classes
    GroupDecoderInstances
  7. implicit def eitherMatch[A, B](implicit arg0: MatchDecoder[A], arg1: MatchDecoder[B]): MatchDecoder[Either[A, B]]

    Permalink

    Provides an instance of MatchDecoder for Either[A, B], provided both A and B have a MatchDecoder.

    Provides an instance of MatchDecoder for Either[A, B], provided both A and B have a MatchDecoder.

    Definition Classes
    MatchDecoderInstances
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit def fromCbf[F[_], A](implicit da: GroupDecoder[Option[A]], cbf: HasBuilder[F, A]): MatchDecoder[F[A]]

    Permalink
    Definition Classes
    MatchDecoderInstances
  12. implicit def fromGroup[A](implicit arg0: GroupDecoder[A]): MatchDecoder[A]

    Permalink

    Turns a GroupDecoder into a MatchDecoder by having it look at the entire match rather than a specific group.

    Turns a GroupDecoder into a MatchDecoder by having it look at the entire match rather than a specific group.

    Definition Classes
    MatchDecoderInstances
  13. implicit def fromString[A](implicit arg0: StringDecoder[A]): GroupDecoder[A]

    Permalink

    Turns a StringDecoder instance into a GroupDecoder one.

    Turns a StringDecoder instance into a GroupDecoder one.

    This provides free support for all primitive types (as well as a few convenience ones, such as java.io.File).

    Definition Classes
    GroupDecoderInstances
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. implicit def optGroupDecoder[A](implicit arg0: GroupDecoder[A]): GroupDecoder[Option[A]]

    Permalink

    Turns a GroupDecoder[A] into a GroupDecoder[Option[A]].

    Turns a GroupDecoder[A] into a GroupDecoder[Option[A]].

    This means that, provided you know how to decode an A, you will always have free support for Option[A].

    Definition Classes
    GroupDecoderInstances
  21. implicit def optMatch[A](implicit da: GroupDecoder[Option[A]]): MatchDecoder[Option[A]]

    Permalink

    Provides an instance of MatchDecoder for Option[A], provided A has a MatchDecoder.

    Provides an instance of MatchDecoder for Option[A], provided A has a MatchDecoder.

    Definition Classes
    MatchDecoderInstances
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit def tuple1[I1](implicit arg0: GroupDecoder[I1]): MatchDecoder[(I1)]

    Permalink
    Definition Classes
    TupleDecoders
  25. implicit def tuple10[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10)]

    Permalink
    Definition Classes
    TupleDecoders
  26. implicit def tuple11[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11)]

    Permalink
    Definition Classes
    TupleDecoders
  27. implicit def tuple12[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12)]

    Permalink
    Definition Classes
    TupleDecoders
  28. implicit def tuple13[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13)]

    Permalink
    Definition Classes
    TupleDecoders
  29. implicit def tuple14[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14)]

    Permalink
    Definition Classes
    TupleDecoders
  30. implicit def tuple15[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15)]

    Permalink
    Definition Classes
    TupleDecoders
  31. implicit def tuple16[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16)]

    Permalink
    Definition Classes
    TupleDecoders
  32. implicit def tuple17[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16], arg16: GroupDecoder[I17]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17)]

    Permalink
    Definition Classes
    TupleDecoders
  33. implicit def tuple18[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16], arg16: GroupDecoder[I17], arg17: GroupDecoder[I18]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18)]

    Permalink
    Definition Classes
    TupleDecoders
  34. implicit def tuple19[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16], arg16: GroupDecoder[I17], arg17: GroupDecoder[I18], arg18: GroupDecoder[I19]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19)]

    Permalink
    Definition Classes
    TupleDecoders
  35. implicit def tuple2[I1, I2](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2]): MatchDecoder[(I1, I2)]

    Permalink
    Definition Classes
    TupleDecoders
  36. implicit def tuple20[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16], arg16: GroupDecoder[I17], arg17: GroupDecoder[I18], arg18: GroupDecoder[I19], arg19: GroupDecoder[I20]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20)]

    Permalink
    Definition Classes
    TupleDecoders
  37. implicit def tuple21[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20, I21](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16], arg16: GroupDecoder[I17], arg17: GroupDecoder[I18], arg18: GroupDecoder[I19], arg19: GroupDecoder[I20], arg20: GroupDecoder[I21]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20, I21)]

    Permalink
    Definition Classes
    TupleDecoders
  38. implicit def tuple22[I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20, I21, I22](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9], arg9: GroupDecoder[I10], arg10: GroupDecoder[I11], arg11: GroupDecoder[I12], arg12: GroupDecoder[I13], arg13: GroupDecoder[I14], arg14: GroupDecoder[I15], arg15: GroupDecoder[I16], arg16: GroupDecoder[I17], arg17: GroupDecoder[I18], arg18: GroupDecoder[I19], arg19: GroupDecoder[I20], arg20: GroupDecoder[I21], arg21: GroupDecoder[I22]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20, I21, I22)]

    Permalink
    Definition Classes
    TupleDecoders
  39. implicit def tuple3[I1, I2, I3](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3]): MatchDecoder[(I1, I2, I3)]

    Permalink
    Definition Classes
    TupleDecoders
  40. implicit def tuple4[I1, I2, I3, I4](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4]): MatchDecoder[(I1, I2, I3, I4)]

    Permalink
    Definition Classes
    TupleDecoders
  41. implicit def tuple5[I1, I2, I3, I4, I5](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5]): MatchDecoder[(I1, I2, I3, I4, I5)]

    Permalink
    Definition Classes
    TupleDecoders
  42. implicit def tuple6[I1, I2, I3, I4, I5, I6](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6]): MatchDecoder[(I1, I2, I3, I4, I5, I6)]

    Permalink
    Definition Classes
    TupleDecoders
  43. implicit def tuple7[I1, I2, I3, I4, I5, I6, I7](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7)]

    Permalink
    Definition Classes
    TupleDecoders
  44. implicit def tuple8[I1, I2, I3, I4, I5, I6, I7, I8](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8)]

    Permalink
    Definition Classes
    TupleDecoders
  45. implicit def tuple9[I1, I2, I3, I4, I5, I6, I7, I8, I9](implicit arg0: GroupDecoder[I1], arg1: GroupDecoder[I2], arg2: GroupDecoder[I3], arg3: GroupDecoder[I4], arg4: GroupDecoder[I5], arg5: GroupDecoder[I6], arg6: GroupDecoder[I7], arg7: GroupDecoder[I8], arg8: GroupDecoder[I9]): MatchDecoder[(I1, I2, I3, I4, I5, I6, I7, I8, I9)]

    Permalink
    Definition Classes
    TupleDecoders
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TupleDecoders

Inherited from MatchDecoderInstances

Inherited from GroupDecoderInstances

Inherited from AnyRef

Inherited from Any

Ungrouped