com.rojoma.json.v3.-impl.codec

TupleDecode

class TupleDecode extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TupleDecode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TupleDecode()

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. implicit def tuple10Decode[A, B, C, D, E, F, G, H, I, J](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J]): JsonDecode[(A, B, C, D, E, F, G, H, I, J)]

  20. implicit def tuple11Decode[A, B, C, D, E, F, G, H, I, J, K](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K)]

  21. implicit def tuple12Decode[A, B, C, D, E, F, G, H, I, J, K, L](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L)]

  22. implicit def tuple13Decode[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

  23. implicit def tuple14Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

  24. implicit def tuple15Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

  25. implicit def tuple16Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

  26. implicit def tuple17Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P], cQ: JsonDecode[Q]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

  27. implicit def tuple18Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P], cQ: JsonDecode[Q], cR: JsonDecode[R]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

  28. implicit def tuple19Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P], cQ: JsonDecode[Q], cR: JsonDecode[R], cS: JsonDecode[S]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

  29. implicit def tuple20Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P], cQ: JsonDecode[Q], cR: JsonDecode[R], cS: JsonDecode[S], cT: JsonDecode[T]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

  30. implicit def tuple21Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P], cQ: JsonDecode[Q], cR: JsonDecode[R], cS: JsonDecode[S], cT: JsonDecode[T], cU: JsonDecode[U]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

  31. implicit def tuple22Decode[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I], cJ: JsonDecode[J], cK: JsonDecode[K], cL: JsonDecode[L], cM: JsonDecode[M], cN: JsonDecode[N], cO: JsonDecode[O], cP: JsonDecode[P], cQ: JsonDecode[Q], cR: JsonDecode[R], cS: JsonDecode[S], cT: JsonDecode[T], cU: JsonDecode[U], cV: JsonDecode[V]): JsonDecode[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]

  32. implicit def tuple2Decode[A, B](implicit cA: JsonDecode[A], cB: JsonDecode[B]): JsonDecode[(A, B)]

  33. implicit def tuple3Decode[A, B, C](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C]): JsonDecode[(A, B, C)]

  34. implicit def tuple4Decode[A, B, C, D](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D]): JsonDecode[(A, B, C, D)]

  35. implicit def tuple5Decode[A, B, C, D, E](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E]): JsonDecode[(A, B, C, D, E)]

  36. implicit def tuple6Decode[A, B, C, D, E, F](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F]): JsonDecode[(A, B, C, D, E, F)]

  37. implicit def tuple7Decode[A, B, C, D, E, F, G](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G]): JsonDecode[(A, B, C, D, E, F, G)]

  38. implicit def tuple8Decode[A, B, C, D, E, F, G, H](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H]): JsonDecode[(A, B, C, D, E, F, G, H)]

  39. implicit def tuple9Decode[A, B, C, D, E, F, G, H, I](implicit cA: JsonDecode[A], cB: JsonDecode[B], cC: JsonDecode[C], cD: JsonDecode[D], cE: JsonDecode[E], cF: JsonDecode[F], cG: JsonDecode[G], cH: JsonDecode[H], cI: JsonDecode[I]): JsonDecode[(A, B, C, D, E, F, G, H, I)]

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped