Trait

quasar.mimir

TableLibModule

Related Doc: package mimir

Permalink

trait TableLibModule[M[+_]] extends TableModule[M] with TransSpecModule

Linear Supertypes
TableModule[M], TransSpecModule, FNModule, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableLibModule
  2. TableModule
  3. TransSpecModule
  4. FNModule
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type F1

    Permalink
    Definition Classes
    FNModule
  2. trait F1Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  3. abstract type F2

    Permalink
    Definition Classes
    FNModule
  4. trait F2Like extends AnyRef

    Permalink
    Definition Classes
    FNModule
  5. abstract type FN

    Permalink
    Definition Classes
    FNModule
  6. abstract type GroupId

    Permalink
    Definition Classes
    TransSpecModule
  7. final case class GroupingAlignment extends GroupingSpec with Product with Serializable

    Permalink
    Definition Classes
    TableModule
  8. final case class GroupingSource extends GroupingSpec with Product with Serializable

    Permalink
    Definition Classes
    TableModule
  9. sealed trait GroupingSpec extends AnyRef

    Permalink
    Definition Classes
    TableModule
  10. abstract type Lib <: TableLib

    Permalink
  11. abstract type Mapper

    Permalink
    Definition Classes
    TransSpecModule
  12. trait MorphLogger extends AnyRef

    Permalink
  13. abstract type Reducer[α]

    Permalink
    Definition Classes
    TableModule
  14. abstract type Scanner

    Permalink
    Definition Classes
    TransSpecModule
  15. abstract type Table <: TableLike

    Permalink
    Definition Classes
    TableModule
  16. abstract type TableCompanion <: TableCompanionLike

    Permalink
    Definition Classes
    TableModule
  17. trait TableCompanionLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  18. trait TableLib extends Library

    Permalink
  19. trait TableLike extends AnyRef

    Permalink
    Definition Classes
    TableModule
  20. abstract type TableMetrics

    Permalink
    Definition Classes
    TableModule
  21. type TableTransSpec[+A <: SourceType] = Map[CPathField, TransSpec[A]]

    Permalink
    Definition Classes
    TransSpecModule
  22. type TableTransSpec1 = Map[CPathField, TransSpec[Source1]]

    Permalink
    Definition Classes
    TransSpecModule
  23. type TableTransSpec2 = Map[CPathField, TransSpec[Source2]]

    Permalink
    Definition Classes
    TransSpecModule

Abstract Value Members

  1. implicit abstract def M: Monad[M]

    Permalink
    Definition Classes
    TableLibModule → TableModule
  2. abstract val Table: TableCompanion

    Permalink
    Definition Classes
    TableModule
  3. implicit abstract def liftF1(f1: F1): F1Like

    Permalink
    Definition Classes
    FNModule
  4. implicit abstract def liftF2(f2: F2): F2Like

    Permalink
    Definition Classes
    FNModule

Concrete 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. object GroupingSpec

    Permalink
    Definition Classes
    TableModule
  5. object TableLib

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buildConstantWrapSpec[A <: SourceType](source: TransSpec[A]): TransSpec[A]

    Permalink
    Definition Classes
    TransSpecModule
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. def liftToValues(trans: TransSpec1): TransSpec1

    Permalink
    Definition Classes
    TransSpecModule
  16. def makeTableTrans(tableTrans: TableTransSpec1): TransSpec1

    Permalink
    Definition Classes
    TransSpecModule
  17. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. object trans

    Permalink
    Definition Classes
    TransSpecModule
  23. final def wait(): Unit

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

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

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

Inherited from TableModule[M]

Inherited from TransSpecModule

Inherited from FNModule

Inherited from AnyRef

Inherited from Any

Ungrouped