Packages

case class FinaglePostgresDecoder[T](vd: ValueDecoder[T], default: (Throwable) ⇒ T = ...) extends FinaglePostgresContext.BaseDecoder[T] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FinaglePostgresDecoder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Function3
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FinaglePostgresDecoder(vd: ValueDecoder[T], default: (Throwable) ⇒ T = ...)

Value Members

  1. def apply(index: FinaglePostgresContext.Index, row: ResultRow, session: Session): T
    Definition Classes
    FinaglePostgresDecoder → Function3
  2. def curried: (FinaglePostgresContext.Index) ⇒ (ResultRow) ⇒ (Session) ⇒ T
    Definition Classes
    Function3
    Annotations
    @unspecialized()
  3. val default: (Throwable) ⇒ T
  4. def orElse[U](f: (U) ⇒ T)(implicit vdu: ValueDecoder[U]): FinaglePostgresContext.FinaglePostgresDecoder[T]
  5. def toString(): String
    Definition Classes
    Function3 → AnyRef → Any
  6. def tupled: ((FinaglePostgresContext.Index, ResultRow, Session)) ⇒ T
    Definition Classes
    Function3
    Annotations
    @unspecialized()
  7. val vd: ValueDecoder[T]