Package

rere.ql

typeclasses

Permalink

package typeclasses

Visibility
  1. Public
  2. All

Type Members

  1. trait EvenMoreLowPrioritySequenceUnion extends AnyRef

    Permalink
  2. trait LowPriorityDoTransmuter extends AnyRef

    Permalink
  3. trait LowPrioritySequenceUnion extends EvenMoreLowPrioritySequenceUnion

    Permalink
  4. trait LowPriorityTransmuter extends AnyRef

    Permalink
  5. trait SequenceUnion[+T <: ReqlDatum, FirstSeq <: ReqlSequence[T]] extends AnyRef

    Permalink
  6. trait ToFilterPredicate[In] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  7. trait ToPredicate[In] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  8. trait ToUpper[-From] extends AnyRef

    Permalink

    Special type class for .do query.

    Special type class for .do query. Basically it used for casting type to upper bound aka SimpleType

    From

    Type of input. It should be contravariant because instance for ReqlTable should be found when compiler will search instance for TableQuery.

    Annotations
    @implicitNotFound( ... )
  9. trait Transmuter[To] extends AnyRef

    Permalink

    Firstly created for .do query to implicitly cast results to function output type.

    Firstly created for .do query to implicitly cast results to function output type. Typically used for converting any type to some particular type

    To

    - transmuter output type

    Annotations
    @implicitNotFound( ... )

Ungrouped