Object/Trait

framian

RowExtractor

Related Docs: trait RowExtractor | package framian

Permalink

object RowExtractor extends RowExtractorLowPriorityImplicits

Source
RowExtractor.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowExtractor
  2. RowExtractorLowPriorityImplicits
  3. RowExtractorLow3
  4. RowExtractorLow2
  5. RowExtractorLow1
  6. RowExtractorLow0
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[A, C, S <: Size](implicit e: RowExtractor[A, C, S]): RowExtractor[A, C, S]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collectionOf[CC[_], A, K](implicit e: RowExtractor[A, K, Fixed[shapeless.Nat._1]], cbf: CanBuildFrom[Nothing, Cell[A], CC[Cell[A]]]): RowExtractor[CC[Cell[A]], K, Variable] { type P = List[e.P] }

    Permalink
  8. def denseCollectionOf[CC[_], A, K](implicit e: RowExtractor[A, K, Fixed[shapeless.Nat._1]], cbf: CanBuildFrom[Nothing, A, CC[A]]): RowExtractor[CC[A], K, Variable] { type P = List[e.P] }

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit def generic[A, B, K, S <: Size](implicit generic: Aux[A, B], extractor: RowExtractor[B, K, S]): RowExtractor[A, K, S] { type P = extractor.P }

    Permalink
    Definition Classes
    RowExtractorLow1
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit def hlistRowExtractor[H, T <: HList, K, N <: Nat](implicit arg0: ColumnTyper[H], te: RowExtractor[T, K, Fixed[N]]): RowExtractor[::[H, T], K, Fixed[Succ[N]]] { type P = (framian.Column[H], te.P) }

    Permalink
  16. implicit def hnilRowExtractor[K]: RowExtractor[HNil, K, Fixed[_0]] { type P = Unit }

    Permalink
    Definition Classes
    RowExtractorLow3
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. implicit def simpleRowExtractor[A, K](implicit arg0: ColumnTyper[A]): RowExtractor[A, K, Fixed[shapeless.Nat._1]] { type P = framian.Column[A] }

    Permalink
    Definition Classes
    RowExtractorLow2
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit def variableExtractorIsFixed[A, K, N <: Nat](implicit e: RowExtractor[A, K, Variable]): RowExtractor[A, K, Fixed[N]] { type P = e.P }

    Permalink
    Definition Classes
    RowExtractorLow0
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RowExtractorLow3

Inherited from RowExtractorLow2

Inherited from RowExtractorLow1

Inherited from RowExtractorLow0

Inherited from AnyRef

Inherited from Any

Ungrouped