Trait

refuel.json

CodecDef

Related Doc: package json

Permalink

trait CodecDef extends All with CodecBuildFeature

Linear Supertypes
CodecBuildFeature, RootCodecTranslator, TupleCodecTranslator, IterableCodecTranslator, All, TupleCodecsImpl, TupleCodecs, AnyRefCodecsExport, AnyRefCodecs, AnyValCodecs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodecDef
  2. CodecBuildFeature
  3. RootCodecTranslator
  4. TupleCodecTranslator
  5. IterableCodecTranslator
  6. All
  7. TupleCodecsImpl
  8. TupleCodecs
  9. AnyRefCodecsExport
  10. AnyRefCodecs
  11. AnyValCodecs
  12. AnyRef
  13. 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. implicit final def ArrayCodec[T](_x: Codec[T])(implicit arg0: ClassTag[T]): Codec[Array[T]]

    Permalink

    Array codec generator.

    Array codec generator.

    T

    Inner param type.

    _x

    Codec of collection param type.

    Definition Classes
    AnyRefCodecs
  5. implicit final def ArrayCodecImpl[T](implicit arg0: Codec[T], arg1: ClassTag[T]): Codec[Array[T]]

    Permalink

    Array codec generator.

    Array codec generator.

    T

    Inner param type.

    Definition Classes
    AnyRefCodecsExport
  6. implicit final val BooleanCdc: Codec[Boolean]

    Permalink
    Definition Classes
    AnyValCodecs
  7. final val CaseClassCodec: codecs.factory.CaseClassCodec.type

    Permalink
    Attributes
    protected
  8. implicit final val CharCdc: Codec[Char]

    Permalink
    Definition Classes
    AnyValCodecs
  9. final val ConstCodec: codecs.factory.ConstCodec.type

    Permalink
    Attributes
    protected
  10. implicit final val DoubleCdc: Codec[Double]

    Permalink
    Definition Classes
    AnyValCodecs
  11. implicit final val FloatCdc: Codec[Float]

    Permalink
    Definition Classes
    AnyValCodecs
  12. implicit final val IntCdc: Codec[Int]

    Permalink
    Definition Classes
    AnyValCodecs
  13. implicit final def ListCodec[T](_x: Codec[T]): Codec[List[T]]

    Permalink

    List codec generator.

    List codec generator.

    T

    Inner param type.

    _x

    Codec of collection param type.

    Definition Classes
    AnyRefCodecs
  14. implicit final def ListCodecImpl[T](implicit arg0: Codec[T]): Codec[List[T]]

    Permalink

    List codec generator.

    List codec generator.

    T

    Inner param type.

    Definition Classes
    AnyRefCodecsExport
  15. implicit final val LongCdc: Codec[Long]

    Permalink
    Definition Classes
    AnyValCodecs
  16. implicit final def MapCodec[K, V](_x: (Codec[K], Codec[V])): Codec[Map[K, V]]

    Permalink

    Map codec generator.

    Map codec generator.

    K

    Inner key param type.

    V

    Inner key param type.

    _x

    Codec of collection param type.

    Definition Classes
    AnyRefCodecs
  17. implicit final def MapCodecImpl[K, V](implicit arg0: Codec[K], arg1: Codec[V]): Codec[Map[K, V]]

    Permalink

    Map codec generator.

    Map codec generator.

    K

    Inner key param type.

    V

    Inner key param type.

    Definition Classes
    AnyRefCodecsExport
  18. implicit final def OptionCodec[T](_x: Codec[T]): Codec[Option[T]]

    Permalink

    Option codec generator.

    Option codec generator.

    T

    Inner param type.

    _x

    Codec of option param type.

    Definition Classes
    AnyRefCodecs
  19. implicit final def OptionCodecImpl[T](implicit arg0: Codec[T]): Codec[Option[T]]

    Permalink

    Option codec generator.

    Option codec generator.

    T

    Inner param type.

    Definition Classes
    AnyRefCodecsExport
  20. implicit final def SeqCodec[T](_x: Codec[T]): Codec[Seq[T]]

    Permalink

    Seq codec generator.

    Seq codec generator.

    T

    Inner param type.

    _x

    Codec of collection param type.

    Definition Classes
    AnyRefCodecs
  21. implicit final def SeqCodecImpl[T](implicit arg0: Codec[T]): Codec[Seq[T]]

    Permalink

    Seq codec generator.

    Seq codec generator.

    T

    Inner param type.

    Definition Classes
    AnyRefCodecsExport
  22. implicit final def SetCodec[T](_x: Codec[T]): Codec[Set[T]]

    Permalink

    Set codec generator.

    Set codec generator.

    T

    Inner param type.

    _x

    Codec of collection param type.

    Definition Classes
    AnyRefCodecs
  23. implicit final def SetCodecImpl[T](implicit arg0: Codec[T]): Codec[Set[T]]

    Permalink

    Set codec generator.

    Set codec generator.

    T

    Inner param type.

    Definition Classes
    AnyRefCodecsExport
  24. implicit final val StringCdc: Codec[String]

    Permalink
    Definition Classes
    AnyValCodecs
  25. implicit final def VectorCodec[T](_x: Codec[T]): Codec[Vector[T]]

    Permalink

    Vector codec generator.

    Vector codec generator.

    T

    Inner param type.

    _x

    Codec of collection param type.

    Definition Classes
    AnyRefCodecs
  26. implicit final def VectorCodecImpl[T](implicit arg0: Codec[T]): Codec[Vector[T]]

    Permalink

    Vector codec generator.

    Vector codec generator.

    T

    Inner param type.

    Definition Classes
    AnyRefCodecsExport
  27. implicit final val ZonedDateTimeCdc: Codec[ZonedDateTime]

    Permalink
    Definition Classes
    AnyValCodecs
  28. def array[T](codec: Codec[T])(implicit arg0: ClassTag[T]): Codec[Array[T]]

    Permalink
    Definition Classes
    IterableCodecTranslator
  29. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  37. implicit def jsonKeyLiteralBuild(v: String): JsKeyLit

    Permalink

    Set the key literal to add.

    Set the key literal to add. Calling JsKeyLit.parsed or JsKeyLit./ from String implicitly converts it to a literal object.

    v

    initial json key literal

    Definition Classes
    CodecBuildFeature
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  41. def option[T](codec: Codec[T]): Codec[Option[T]]

    Permalink
    Definition Classes
    IterableCodecTranslator
  42. def seq[T](codec: Codec[T]): Codec[Seq[T]]

    Permalink
    Definition Classes
    IterableCodecTranslator
  43. def set[T](codec: Codec[T]): Codec[Set[T]]

    Permalink
    Definition Classes
    IterableCodecTranslator
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. implicit def toRootCodecBuilder[Z](codec: Codec[Z]): CBuildComp[Z]

    Permalink
    Attributes
    protected
    Definition Classes
    RootCodecTranslator
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P], arg16: Codec[Q], arg17: Codec[R], arg18: Codec[S], arg19: Codec[T], arg20: Codec[U], arg21: Codec[V]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  48. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P], arg16: Codec[Q], arg17: Codec[R], arg18: Codec[S], arg19: Codec[T], arg20: Codec[U]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  49. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P], arg16: Codec[Q], arg17: Codec[R], arg18: Codec[S], arg19: Codec[T]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  50. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P], arg16: Codec[Q], arg17: Codec[R], arg18: Codec[S]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  51. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P], arg16: Codec[Q], arg17: Codec[R]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  52. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P], arg16: Codec[Q]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  53. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O], arg15: Codec[P]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  54. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N], arg14: Codec[O]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  55. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M], arg13: Codec[N]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  56. def tuple[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L], arg12: Codec[M]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  57. def tuple[A, B, C, D, E, F, G, H, I, J, K, L](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K], arg11: Codec[L]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  58. def tuple[A, B, C, D, E, F, G, H, I, J, K](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J], arg10: Codec[K]): Codec[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  59. def tuple[A, B, C, D, E, F, G, H, I, J](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I], arg9: Codec[J]): Codec[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  60. def tuple[A, B, C, D, E, F, G, H, I](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H], arg8: Codec[I]): Codec[(A, B, C, D, E, F, G, H, I)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  61. def tuple[A, B, C, D, E, F, G, H](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G], arg7: Codec[H]): Codec[(A, B, C, D, E, F, G, H)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  62. def tuple[A, B, C, D, E, F, G](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F], arg6: Codec[G]): Codec[(A, B, C, D, E, F, G)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  63. def tuple[A, B, C, D, E, F](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E], arg5: Codec[F]): Codec[(A, B, C, D, E, F)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  64. def tuple[A, B, C, D, E](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D], arg4: Codec[E]): Codec[(A, B, C, D, E)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  65. def tuple[A, B, C, D](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C], arg3: Codec[D]): Codec[(A, B, C, D)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  66. def tuple[A, B, C](implicit arg0: Codec[A], arg1: Codec[B], arg2: Codec[C]): Codec[(A, B, C)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  67. def tuple[A, B](implicit arg0: Codec[A], arg1: Codec[B]): Codec[(A, B)]

    Permalink
    Definition Classes
    TupleCodecTranslator
  68. implicit def tuple10[A, B, C, D, E, F, G, H, I, J](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J]): Codec[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  69. implicit def tuple11[A, B, C, D, E, F, G, H, I, J, K](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K]): Codec[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  70. implicit def tuple12[A, B, C, D, E, F, G, H, I, J, K, L](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  71. implicit def tuple13[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  72. implicit def tuple14[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  73. implicit def tuple15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  74. implicit def tuple16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  75. implicit def tuple17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P], q: Codec[Q]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  76. implicit def tuple18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P], q: Codec[Q], r: Codec[R]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  77. implicit def tuple19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P], q: Codec[Q], r: Codec[R], s: Codec[S]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  78. implicit def tuple2[A, B](implicit a: Codec[A], b: Codec[B]): Codec[(A, B)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  79. implicit def tuple20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P], q: Codec[Q], r: Codec[R], s: Codec[S], t: Codec[T]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  80. implicit def tuple21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P], q: Codec[Q], r: Codec[R], s: Codec[S], t: Codec[T], u: Codec[U]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  81. implicit def tuple22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I], j: Codec[J], k: Codec[K], l: Codec[L], m: Codec[M], n: Codec[N], o: Codec[O], p: Codec[P], q: Codec[Q], r: Codec[R], s: Codec[S], t: Codec[T], u: Codec[U], v: Codec[V]): Codec[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  82. implicit def tuple3[A, B, C](implicit a: Codec[A], b: Codec[B], c: Codec[C]): Codec[(A, B, C)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  83. implicit def tuple4[A, B, C, D](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D]): Codec[(A, B, C, D)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  84. implicit def tuple5[A, B, C, D, E](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E]): Codec[(A, B, C, D, E)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  85. implicit def tuple6[A, B, C, D, E, F](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F]): Codec[(A, B, C, D, E, F)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  86. implicit def tuple7[A, B, C, D, E, F, G](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G]): Codec[(A, B, C, D, E, F, G)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  87. implicit def tuple8[A, B, C, D, E, F, G, H](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H]): Codec[(A, B, C, D, E, F, G, H)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  88. implicit def tuple9[A, B, C, D, E, F, G, H, I](implicit a: Codec[A], b: Codec[B], c: Codec[C], d: Codec[D], e: Codec[E], f: Codec[F], g: Codec[G], h: Codec[H], i: Codec[I]): Codec[(A, B, C, D, E, F, G, H, I)]

    Permalink
    Definition Classes
    TupleCodecsImpl → TupleCodecs
  89. def vector[T](codec: Codec[T]): Codec[Vector[T]]

    Permalink
    Definition Classes
    IterableCodecTranslator
  90. final def wait(): Unit

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

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

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

Inherited from CodecBuildFeature

Inherited from RootCodecTranslator

Inherited from TupleCodecTranslator

Inherited from IterableCodecTranslator

Inherited from All

Inherited from TupleCodecsImpl

Inherited from TupleCodecs

Inherited from AnyRefCodecsExport

Inherited from AnyRefCodecs

Inherited from AnyValCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped