object ShapePreserving extends Serializable
- Alphabetic
- By Inheritance
- ShapePreserving
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
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
-
def
apply[IN[_]](implicit instance: ShapePreserving[IN]): ShapePreserving[IN]
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def coEnv[E, G[_], A](implicit SP: ShapePreserving[G]): ShapePreserving[[γ$19$]CoEnv[E, G, γ$19$]]
- implicit val constDeadEnd: ShapePreserving[[β$8$]Const[DeadEnd, β$8$]]
- implicit def constRead[A]: ShapePreserving[[β$6$]Const[Read[A], β$6$]]
- implicit def constShiftedRead[A]: ShapePreserving[[β$3$]Const[ShiftedRead[A], β$3$]]
- implicit def coproduct[F[_], G[_]](implicit F: ShapePreserving[F], G: ShapePreserving[G]): ShapePreserving[[γ$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[_[_]]]: ShapePreserving[[β$17$]EquiJoin[T, β$17$]]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
- def notShapePreserving[F[_]]: ShapePreserving[F]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prismNT[F[_], G[_]](GtoF: PrismNT[G, F])(implicit F: ShapePreserving[F]): ShapePreserving[G]
- implicit def projectBucket[T[_[_]]]: ShapePreserving[[β$13$]ProjectBucket[T, β$13$]]
-
implicit
def
qscriptCore[T[_[_]]]: ShapePreserving[[β$10$]QScriptCore[T, β$10$]]
- Annotations
- @SuppressWarnings()
- def shapePreserving[F[_], T](t: T)(implicit arg0: Functor[F], RT: Aux[T, F], SP: ShapePreserving[F]): slamdata.Predef.Option[IdStatus]
- def shapePreservingF[F[_], A](fa: Free[F, A])(f: (A) ⇒ slamdata.Predef.Option[IdStatus])(implicit arg0: Functor[F], SP: ShapePreserving[F]): slamdata.Predef.Option[IdStatus]
- def shapePreservingP[F[_], G[_], T](t: T, GtoF: PrismNT[G, F])(implicit arg0: Functor[G], RT: Aux[T, G], SP: ShapePreserving[F]): slamdata.Predef.Option[IdStatus]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def thetaJoin[T[_[_]]]: ShapePreserving[[β$15$]ThetaJoin[T, β$15$]]
-
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( ... )
- object nonInheritedOps extends ToShapePreservingOps
- object ops