NumericDecoder

trait NumericDecoder[T] extends BaseDecoder[T]
trait GenericDecoder[ResultRow, Session, T, Specific]
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode[U](v: U)(implicit n: Numeric[U]): T

Concrete methods

def apply(index: Index, row: ResultRow, session: 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