Class

quasar.qscript.analysis

DeepShapeInstances

Related Doc: package analysis

Permalink

sealed abstract class DeepShapeInstances extends AnyRef

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

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def coenv[T[_[_]], F[_]](implicit F: DeepShape[T, F]): DeepShape[T, [γ$3$]CoEnv[Hole, F, γ$3$]]

    Permalink
  7. implicit def constDeadEnd[T[_[_]]]: DeepShape[T, [β$24$]Const[DeadEnd, β$24$]]

    Permalink
  8. implicit def constRead[T[_[_]], A]: DeepShape[T, [β$20$]Const[Read[A], β$20$]]

    Permalink
  9. implicit def constShiftedRead[T[_[_]], A]: DeepShape[T, [β$22$]Const[ShiftedRead[A], β$22$]]

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

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

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

    Permalink
  14. def finalize(): Unit

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

    Permalink
  16. final def getClass(): Class[_]

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

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

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

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

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

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

    Permalink
  23. implicit def qscriptCore[T[_[_]]]: DeepShape[T, [β$12$]QScriptCore[T, β$12$]]

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
  26. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped