JdbcDecoder

case class JdbcDecoder[T](decoder: () => T) extends BaseDecoder[T]
trait Serializable
trait Product
trait Equals
trait GenericDecoder[ResultRow, Session, T, Specific]
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(index: Index, row: ResultRow, session: Session): T

Inherited methods

@unspecialized
def curried: Int => ResultRow => Session => T
Inherited from:
Function3
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString(): String
Definition Classes
Function3 -> Any
Inherited from:
Function3
@unspecialized
def tupled: ((Int, ResultRow, Session)) => T
Inherited from:
Function3