kantan.regex

codecs

object codecs extends GroupDecoderInstances with MatchDecoderInstances with TupleDecoders

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    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
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    MatchDecoderInstances
  14. implicit def fromGroup[A](implicit da: GroupDecoder[A]): MatchDecoder[A]

    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
  15. implicit def fromString[A](implicit da: StringDecoder[A]): GroupDecoder[A]

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

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

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

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

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. implicit def optGroupDecoder[A](implicit da: GroupDecoder[A]): GroupDecoder[Option[A]]

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

    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
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

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

    Definition Classes
    TupleDecoders
  27. 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)]

    Definition Classes
    TupleDecoders
  28. 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)]

    Definition Classes
    TupleDecoders
  29. 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)]

    Definition Classes
    TupleDecoders
  30. 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)]

    Definition Classes
    TupleDecoders
  31. 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)]

    Definition Classes
    TupleDecoders
  32. 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)]

    Definition Classes
    TupleDecoders
  33. 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)]

    Definition Classes
    TupleDecoders
  34. 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)]

    Definition Classes
    TupleDecoders
  35. 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)]

    Definition Classes
    TupleDecoders
  36. 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)]

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

    Definition Classes
    TupleDecoders
  38. 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)]

    Definition Classes
    TupleDecoders
  39. 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)]

    Definition Classes
    TupleDecoders
  40. 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)]

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

    Definition Classes
    TupleDecoders
  42. 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)]

    Definition Classes
    TupleDecoders
  43. 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)]

    Definition Classes
    TupleDecoders
  44. 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)]

    Definition Classes
    TupleDecoders
  45. 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)]

    Definition Classes
    TupleDecoders
  46. 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)]

    Definition Classes
    TupleDecoders
  47. 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)]

    Definition Classes
    TupleDecoders
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TupleDecoders

Inherited from MatchDecoderInstances

Inherited from GroupDecoderInstances

Inherited from AnyRef

Inherited from Any

Ungrouped