Package

io.getquill

quat

Permalink

package quat

Convenience API that allows construction of a Quat using Quat.from[T]

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. quat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class QuatMacro extends QuatMaking

    Permalink
  2. trait QuatMaking extends QuatMakingBase

    Permalink
  3. trait QuatMakingBase extends AnyRef

    Permalink
  4. abstract class TypeTaggedQuatMaking extends QuatMakingBase

    Permalink

Value Members

  1. object RuntimeEntityQuat

    Permalink

    Only runtime, only for Direct entity Types.

    Only runtime, only for Direct entity Types. Do not support things with generic parameters like Query[T] etc... This is needed because the quill-core/quill-sql JS use Scala JS which does not support TypeTags via the Dynamic Query API, (the Macro API is fine to use them).

  2. macro def quatOf[T]: Quat

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped