Object/Trait

quasar.qscript.analysis

DeepShape

Related Docs: trait DeepShape | package analysis

Permalink

object DeepShape extends DeepShapeInstances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeepShape
  2. DeepShapeInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FreeShape[T[_[_]]] = Free[[β$73$]Coproduct[[β$62$]MapFuncCore[T, β$62$], [β$63$]MapFuncDerived[T, β$63$], β$73$], ShapeMeta[T]]

    Permalink
  2. final case class Reducing[T[_[_]]](func: ReduceFunc[FreeShape[T]]) extends ShapeMeta[T] with Product with Serializable

    Permalink
  3. final case class RootShape[T[_[_]]]() extends ShapeMeta[T] with Product with Serializable

    Permalink
  4. sealed trait ShapeMeta[T[_[_]]] extends AnyRef

    Permalink
  5. final case class Shifting[T[_[_]]](id: IdStatus, struct: FreeShape[T]) extends ShapeMeta[T] with Product with Serializable

    Permalink
  6. final case class UnknownShape[T[_[_]]]() extends ShapeMeta[T] with Product with Serializable

    Permalink

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 annotated

    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. implicit def coenv[T[_[_]], F[_]](implicit F: DeepShape[T, F]): DeepShape[T, [γ$3$]CoEnv[Hole, F, γ$3$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  8. implicit def constDeadEnd[T[_[_]]]: DeepShape[T, [β$24$]Const[DeadEnd, β$24$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  9. implicit def constRead[T[_[_]], A]: DeepShape[T, [β$20$]Const[Read[A], β$20$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  10. implicit def constShiftedRead[T[_[_]], A]: DeepShape[T, [β$22$]Const[ShiftedRead[A], β$22$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  11. implicit def coproduct[T[_[_]], F[_], G[_]](implicit F: DeepShape[T, F], G: DeepShape[T, G]): DeepShape[T, [γ$0$]Coproduct[F, G, γ$0$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. implicit def equal[T[_[_]]](implicit arg0: BirecursiveT[T], arg1: EqualT[T]): Equal[ShapeMeta[T]]

    Permalink
    Annotations
    @SuppressWarnings()
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit def equiJoin[T[_[_]]]: DeepShape[T, [β$9$]EquiJoin[T, β$9$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def freeShape[T[_[_]]](shape: ShapeMeta[T]): FreeShape[T]

    Permalink
    Definition Classes
    DeepShapeInstances
  18. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def normalize[T[_[_]]](shape: FreeShape[T])(implicit arg0: BirecursiveT[T], arg1: EqualT[T]): FreeShape[T]

    Permalink
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. implicit def projectBucket[T[_[_]]](implicit QS: DeepShape[T, [β$15$]QScriptCore[T, β$15$]]): DeepShape[T, [β$16$]ProjectBucket[T, β$16$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  26. implicit def qscriptCore[T[_[_]]]: DeepShape[T, [β$12$]QScriptCore[T, β$12$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  27. implicit def renderTree[T[_[_]]](implicit arg0: RenderTreeT[T], arg1: ShowT[T]): RenderTree[ShapeMeta[T]]

    Permalink
    Annotations
    @SuppressWarnings()
  28. implicit def show[T[_[_]]](implicit arg0: ShowT[T]): Show[ShapeMeta[T]]

    Permalink
    Annotations
    @SuppressWarnings()
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. implicit def thetaJoin[T[_[_]]]: DeepShape[T, [β$6$]ThetaJoin[T, β$6$]]

    Permalink
    Definition Classes
    DeepShapeInstances
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

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

Inherited from DeepShapeInstances

Inherited from AnyRef

Inherited from Any

Ungrouped