Package

spinoco.fs2.cassandra

internal

Permalink

package internal

Created by pach on 04/06/16.

Source
internal.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CTypeNonEmptyHListInstance[R <: HList] extends AnyRef

    Permalink

    Created by pach on 07/06/16.

  2. trait CTypeNonEmptyRecordInstance[R <: HList] extends CTypeRecordInstance[R]

    Permalink

    Created by pach on 04/06/16.

  3. trait CTypeRecordInstance[R <: HList] extends AnyRef

    Permalink
  4. trait ColumnsKeys[C <: HList] extends AnyRef

    Permalink

    Created by adamchlupacek on 03/08/16.

  5. trait ListColumnInstance[C[_], V] extends AnyRef

    Permalink

    Created by pach on 11/06/16.

  6. trait ListRemovableInstance[C[_], V] extends AnyRef

    Permalink
  7. trait MapColumnInstance[M <: Map[_, _]] extends AnyRef

    Permalink

    Created by pach on 11/06/16.

  8. sealed trait Materializable extends AnyRef

    Permalink

    Created by adamchlupacek on 10/08/16.

    Created by adamchlupacek on 10/08/16.

    A guard for creating materialized views only from tables

  9. sealed trait NotMaterializable extends AnyRef

    Permalink
  10. trait SelectAll[L <: HList, K <: HList] extends DepFn1[L] with Serializable

    Permalink

    Type class supporting multiple record field selection.

    Type class supporting multiple record field selection.

    Annotations
    @implicitNotFound( "No fields ${K} in record ${L}" )
  11. trait SetColumnInstance[C[_], V] extends AnyRef

    Permalink

    Instance guarding column type of Set

  12. trait TableInstance[R <: HList, PK <: HList, CK <: HList, IDX <: HList] extends AnyRef

    Permalink

    Created by pach on 03/06/16.

Value Members

  1. object CTypeNonEmptyHListInstance

    Permalink
  2. object CTypeNonEmptyRecordInstance

    Permalink
  3. object CTypeRecordInstance

    Permalink
  4. object ColumnsKeys

    Permalink
  5. object ListColumnInstance

    Permalink
  6. object ListRemovableInstance

    Permalink
  7. object MapColumnInstance

    Permalink
  8. object SelectAll extends Serializable

    Permalink
  9. object SetColumnInstance

    Permalink
  10. object TableInstance

    Permalink
  11. def asKeyName(a: Any): String

    Permalink
  12. def keyOf[A](implicit wt: Aux[A]): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped