nak.serialization

TableRowReadable

object TableRowReadable extends LowPriorityTableRowReadableImplicits with Serializable

Linear Supertypes
Serializable, Serializable, LowPriorityTableRowReadableImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TableRowReadable
  2. Serializable
  3. Serializable
  4. LowPriorityTableRowReadableImplicits
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Input = TableRowReader

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def anyTableMultiCellReadable[V](implicit rc: TableMultiCellReadable[V]): TableRowReadable[V]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit def forArray[A](implicit cr: TableMultiCellReadable[A], cm: ClassTag[A]): TableRowReadable[Array[A]]

  13. implicit object forArrayD extends TableRowReadable[Array[Double]]

    Static readable for arrays of doubles.

  14. implicit object forArrayI extends TableRowReadable[Array[Int]]

    Static readable for arrays of ints.

  15. implicit def forIterable[A](implicit cr: TableMultiCellReadable[A]): TableRowReadable[Iterable[A]]

  16. implicit def forList[A](implicit cr: TableMultiCellReadable[A]): TableRowReadable[List[A]]

  17. implicit def forTuple2[A, B](implicit ra: TableMultiCellReadable[A], rb: TableRowReadable[B]): TableRowReadable[(A, B)]

  18. implicit def forTuple3[A, B, C](implicit ra: TableMultiCellReadable[A], rb: TableMultiCellReadable[B], rc: TableRowReadable[C]): TableRowReadable[(A, B, C)]

  19. implicit def forTuple4[A, B, C, D](implicit ra: TableMultiCellReadable[A], rb: TableMultiCellReadable[B], rc: TableMultiCellReadable[C], rd: TableRowReadable[D]): TableRowReadable[(A, B, C, D)]

  20. implicit def forTuple5[A, B, C, D, E](implicit ra: TableMultiCellReadable[A], rb: TableMultiCellReadable[B], rc: TableMultiCellReadable[C], rd: TableMultiCellReadable[D], re: TableRowReadable[E]): TableRowReadable[(A, B, C, D, E)]

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped