sealed abstract class DeepShapeInstances extends AnyRef
- Alphabetic
- By Inheritance
- DeepShapeInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def coenv[T[_[_]], F[_]](implicit F: DeepShape[T, F]): DeepShape[T, [γ$3$]CoEnv[Hole, F, γ$3$]]
- implicit def constDeadEnd[T[_[_]]]: DeepShape[T, [β$24$]Const[DeadEnd, β$24$]]
- implicit def constRead[T[_[_]], A]: DeepShape[T, [β$20$]Const[Read[A], β$20$]]
- implicit def constShiftedRead[T[_[_]], A]: DeepShape[T, [β$22$]Const[ShiftedRead[A], β$22$]]
- implicit def coproduct[T[_[_]], F[_], G[_]](implicit F: DeepShape[T, F], G: DeepShape[T, G]): DeepShape[T, [γ$0$]Coproduct[F, G, γ$0$]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def equiJoin[T[_[_]]]: DeepShape[T, [β$9$]EquiJoin[T, β$9$]]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def freeShape[T[_[_]]](shape: ShapeMeta[T]): FreeShape[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def projectBucket[T[_[_]]](implicit QS: DeepShape[T, [β$15$]QScriptCore[T, β$15$]]): DeepShape[T, [β$16$]ProjectBucket[T, β$16$]]
- implicit def qscriptCore[T[_[_]]]: DeepShape[T, [β$12$]QScriptCore[T, β$12$]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def thetaJoin[T[_[_]]]: DeepShape[T, [β$6$]ThetaJoin[T, β$6$]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )