case class FinaglePostgresDecoder[T](vd: ValueDecoder[T], default: (Throwable) ⇒ T = ...) extends FinaglePostgresContext.BaseDecoder[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FinaglePostgresDecoder
- Serializable
- Serializable
- Product
- Equals
- Function3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FinaglePostgresDecoder(vd: ValueDecoder[T], default: (Throwable) ⇒ T = ...)
Value Members
-
def
apply(index: FinaglePostgresContext.Index, row: ResultRow, session: Session): T
- Definition Classes
- FinaglePostgresDecoder → Function3
-
def
curried: (FinaglePostgresContext.Index) ⇒ (ResultRow) ⇒ (Session) ⇒ T
- Definition Classes
- Function3
- Annotations
- @unspecialized()
- val default: (Throwable) ⇒ T
- def orElse[U](f: (U) ⇒ T)(implicit vdu: ValueDecoder[U]): FinaglePostgresContext.FinaglePostgresDecoder[T]
-
def
toString(): String
- Definition Classes
- Function3 → AnyRef → Any
-
def
tupled: ((FinaglePostgresContext.Index, ResultRow, Session)) ⇒ T
- Definition Classes
- Function3
- Annotations
- @unspecialized()
- val vd: ValueDecoder[T]