MirrorDecoder

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

Value members

Concrete methods

override def apply(index: Int, row: ResultRow, session: Session): T
Definition Classes
GenericDecoder -> Function3

Inherited methods

@unspecialized
def curried: Int => ResultRow => Session => T
Implicitly added by optionDecoder
Inherited from:
Function3
@unspecialized
def curried: Int => ResultRow => Session => T
Inherited from:
Function3
def productElementNames: Iterator[String]
Implicitly added by optionDecoder
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Implicitly added by optionDecoder
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
Implicitly added by optionDecoder
Inherited from:
Function3
@unspecialized
def tupled: ((Int, ResultRow, Session)) => T
Inherited from:
Function3