Instance Constructors
-
new
FunctionBasedRowReader5(f: (A0, A1, A2, A3, A4) ⇒ R)(implicit a0c: TypeConverter[A0], a1c: TypeConverter[A1], a2c: TypeConverter[A2], a3c: TypeConverter[A3], a4c: TypeConverter[A4], ct: ClassTag[R])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
val
ct: ClassTag[R]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
neededColumns: None.type
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
read(row: Row, rowMetaData: CassandraRowMetadata): R
-
def
rowReader(table: TableDef, selectedColumns: IndexedSeq[ColumnRef]): RowReader[R]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
targetClass: Class[R]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any