GenericDecoder

io.getquill.generic.GenericDecoder
See theGenericDecoder companion object
trait GenericDecoder[ResultRow, Session, T, +DecType <: DecodingType] extends (Int, ResultRow, Session) => T

Attributes

Companion
object
Graph
Supertypes
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Inherited methods

def curried: T1 => T2 => T3 => R

Attributes

Inherited from:
Function3
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function3 -> Any
Inherited from:
Function3
def tupled: ((T1, T2, T3)) => R

Attributes

Inherited from:
Function3