object Binder extends LowPriorityBinder with TupleBind

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Binder
  2. TupleBind
  3. LowPriorityBinder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit A: Binder[A]): Binder[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def bindCaseClass[A, R <: HList](implicit gen: Aux[A, R], bind: Lazy[Binder[R]]): Binder[A]
    Definition Classes
    LowPriorityBinder
  7. implicit val bindHnil: Binder[HNil]
  8. implicit def bindLabelledHList[K <: Symbol, H, T <: HList](implicit K: Aux[K], H: Lazy[RowSerializer[H]], T: Lazy[Binder[T]]): Binder[::[FieldType[K, H], T]]
  9. implicit def bindSingle[A](implicit A: RowSerializer[A]): Binder[A]
  10. implicit def bindTuple10[A, B, C, D, E, F, G, H, I, J](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J]): Binder[(A, B, C, D, E, F, G, H, I, J)]
    Definition Classes
    TupleBind
  11. implicit def bindTuple11[A, B, C, D, E, F, G, H, I, J, K](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K]): Binder[(A, B, C, D, E, F, G, H, I, J, K)]
    Definition Classes
    TupleBind
  12. implicit def bindTuple12[A, B, C, D, E, F, G, H, I, J, K, L](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L)]
    Definition Classes
    TupleBind
  13. implicit def bindTuple13[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M)]
    Definition Classes
    TupleBind
  14. implicit def bindTuple14[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]
    Definition Classes
    TupleBind
  15. implicit def bindTuple15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]
    Definition Classes
    TupleBind
  16. implicit def bindTuple16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]
    Definition Classes
    TupleBind
  17. implicit def bindTuple17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P], Q: RowSerializer[Q]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]
    Definition Classes
    TupleBind
  18. implicit def bindTuple18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P], Q: RowSerializer[Q], R: RowSerializer[R]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]
    Definition Classes
    TupleBind
  19. implicit def bindTuple19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P], Q: RowSerializer[Q], R: RowSerializer[R], S: RowSerializer[S]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]
    Definition Classes
    TupleBind
  20. implicit def bindTuple2[A, B](implicit A: RowSerializer[A], B: RowSerializer[B]): Binder[(A, B)]
    Definition Classes
    TupleBind
  21. implicit def bindTuple20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P], Q: RowSerializer[Q], R: RowSerializer[R], S: RowSerializer[S], T: RowSerializer[T]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]
    Definition Classes
    TupleBind
  22. implicit def bindTuple21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P], Q: RowSerializer[Q], R: RowSerializer[R], S: RowSerializer[S], T: RowSerializer[T], U: RowSerializer[U]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]
    Definition Classes
    TupleBind
  23. implicit def bindTuple22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I], J: RowSerializer[J], K: RowSerializer[K], L: RowSerializer[L], M: RowSerializer[M], N: RowSerializer[N], O: RowSerializer[O], P: RowSerializer[P], Q: RowSerializer[Q], R: RowSerializer[R], S: RowSerializer[S], T: RowSerializer[T], U: RowSerializer[U], V: RowSerializer[V]): Binder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]
    Definition Classes
    TupleBind
  24. implicit def bindTuple3[A, B, C](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C]): Binder[(A, B, C)]
    Definition Classes
    TupleBind
  25. implicit def bindTuple4[A, B, C, D](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D]): Binder[(A, B, C, D)]
    Definition Classes
    TupleBind
  26. implicit def bindTuple5[A, B, C, D, E](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E]): Binder[(A, B, C, D, E)]
    Definition Classes
    TupleBind
  27. implicit def bindTuple6[A, B, C, D, E, F](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F]): Binder[(A, B, C, D, E, F)]
    Definition Classes
    TupleBind
  28. implicit def bindTuple7[A, B, C, D, E, F, G](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G]): Binder[(A, B, C, D, E, F, G)]
    Definition Classes
    TupleBind
  29. implicit def bindTuple8[A, B, C, D, E, F, G, H](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H]): Binder[(A, B, C, D, E, F, G, H)]
    Definition Classes
    TupleBind
  30. implicit def bindTuple9[A, B, C, D, E, F, G, H, I](implicit A: RowSerializer[A], B: RowSerializer[B], C: RowSerializer[C], D: RowSerializer[D], E: RowSerializer[E], F: RowSerializer[F], G: RowSerializer[G], H: RowSerializer[H], I: RowSerializer[I]): Binder[(A, B, C, D, E, F, G, H, I)]
    Definition Classes
    TupleBind
  31. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TupleBind

Inherited from LowPriorityBinder

Inherited from AnyRef

Inherited from Any

Ungrouped