Object/Trait

agni

RowDecoder

Related Docs: trait RowDecoder | package agni

Permalink

object RowDecoder extends LowPriorityRowDecoder with TupleRowDecoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowDecoder
  2. TupleRowDecoder
  3. LowPriorityRowDecoder
  4. AnyRef
  5. 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. def apply[A](implicit A: RowDecoder[A]): RowDecoder[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit def caseClassRowDecoder[A, R <: HList](implicit gen: Aux[A, R], reprRowDecoder: Lazy[RowDecoder[R]]): RowDecoder[A]

    Permalink
    Definition Classes
    LowPriorityRowDecoder
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. implicit def hConsRowDecoder[H, T <: HList](implicit arg0: RowDecoder[H], arg1: RowDecoder[T], head: Lazy[RowDecoder[H]], tail: Lazy[RowDecoder[T]]): RowDecoder[::[H, T]]

    Permalink
    Definition Classes
    LowPriorityRowDecoder
  13. implicit val hNilRowDecoder: RowDecoder[HNil]

    Permalink
    Definition Classes
    LowPriorityRowDecoder
  14. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. implicit def optionRowDecoder[A](implicit f: Lazy[ColumnGetter[A]]): RowDecoder[Option[A]]

    Permalink
  20. implicit def recordDecoder[K <: Symbol, H, T <: HList](implicit H: Lazy[RowDecoder[H]], T: Lazy[RowDecoder[T]]): RowDecoder[::[FieldType[K, H], T]]

    Permalink
  21. implicit def rowDecoder[A](implicit f: Lazy[ColumnGetter[A]]): RowDecoder[A]

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit def tuple10RowDecoder[A, B, C, D, E, F, G, H, I, J](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J]): RowDecoder[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
    Definition Classes
    TupleRowDecoder
  25. implicit def tuple11RowDecoder[A, B, C, D, E, F, G, H, I, J, K](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
    Definition Classes
    TupleRowDecoder
  26. implicit def tuple12RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
    Definition Classes
    TupleRowDecoder
  27. implicit def tuple13RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

    Permalink
    Definition Classes
    TupleRowDecoder
  28. implicit def tuple14RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

    Permalink
    Definition Classes
    TupleRowDecoder
  29. implicit def tuple15RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

    Permalink
    Definition Classes
    TupleRowDecoder
  30. implicit def tuple16RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

    Permalink
    Definition Classes
    TupleRowDecoder
  31. implicit def tuple17RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P], Q: RowDecoder[Q]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

    Permalink
    Definition Classes
    TupleRowDecoder
  32. implicit def tuple18RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P], Q: RowDecoder[Q], R: RowDecoder[R]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

    Permalink
    Definition Classes
    TupleRowDecoder
  33. implicit def tuple19RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P], Q: RowDecoder[Q], R: RowDecoder[R], S: RowDecoder[S]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Permalink
    Definition Classes
    TupleRowDecoder
  34. implicit def tuple20RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P], Q: RowDecoder[Q], R: RowDecoder[R], S: RowDecoder[S], T: RowDecoder[T]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

    Permalink
    Definition Classes
    TupleRowDecoder
  35. implicit def tuple21RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P], Q: RowDecoder[Q], R: RowDecoder[R], S: RowDecoder[S], T: RowDecoder[T], U: RowDecoder[U]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

    Permalink
    Definition Classes
    TupleRowDecoder
  36. implicit def tuple22RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I], J: RowDecoder[J], K: RowDecoder[K], L: RowDecoder[L], M: RowDecoder[M], N: RowDecoder[N], O: RowDecoder[O], P: RowDecoder[P], Q: RowDecoder[Q], R: RowDecoder[R], S: RowDecoder[S], T: RowDecoder[T], U: RowDecoder[U], V: RowDecoder[V]): RowDecoder[(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
    TupleRowDecoder
  37. implicit def tuple2RowDecoder[A, B](implicit A: RowDecoder[A], B: RowDecoder[B]): RowDecoder[(A, B)]

    Permalink
    Definition Classes
    TupleRowDecoder
  38. implicit def tuple3RowDecoder[A, B, C](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C]): RowDecoder[(A, B, C)]

    Permalink
    Definition Classes
    TupleRowDecoder
  39. implicit def tuple4RowDecoder[A, B, C, D](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D]): RowDecoder[(A, B, C, D)]

    Permalink
    Definition Classes
    TupleRowDecoder
  40. implicit def tuple5RowDecoder[A, B, C, D, E](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E]): RowDecoder[(A, B, C, D, E)]

    Permalink
    Definition Classes
    TupleRowDecoder
  41. implicit def tuple6RowDecoder[A, B, C, D, E, F](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F]): RowDecoder[(A, B, C, D, E, F)]

    Permalink
    Definition Classes
    TupleRowDecoder
  42. implicit def tuple7RowDecoder[A, B, C, D, E, F, G](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G]): RowDecoder[(A, B, C, D, E, F, G)]

    Permalink
    Definition Classes
    TupleRowDecoder
  43. implicit def tuple8RowDecoder[A, B, C, D, E, F, G, H](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H]): RowDecoder[(A, B, C, D, E, F, G, H)]

    Permalink
    Definition Classes
    TupleRowDecoder
  44. implicit def tuple9RowDecoder[A, B, C, D, E, F, G, H, I](implicit A: RowDecoder[A], B: RowDecoder[B], C: RowDecoder[C], D: RowDecoder[D], E: RowDecoder[E], F: RowDecoder[F], G: RowDecoder[G], H: RowDecoder[H], I: RowDecoder[I]): RowDecoder[(A, B, C, D, E, F, G, H, I)]

    Permalink
    Definition Classes
    TupleRowDecoder
  45. def unsafeGet[A](f: (Row, Int) ⇒ A)(implicit A: RowDecoder[A]): RowDecoder[A]

    Permalink
  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 TupleRowDecoder

Inherited from LowPriorityRowDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped