GenericDecoder

trait GenericDecoder[ResultRow, Session, T, +DecType <: DecodingType] extends (Int, ResultRow, Session) => T
Companion:
object
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(i: Int, rr: ResultRow, s: Session): T

Inherited methods

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