sealed abstract class PreferProjectionInstances extends AnyRef
- Alphabetic
- By Inheritance
- PreferProjectionInstances
- 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 constDeadEnd[U, B[_]](implicit arg0: Functor[B]): PreferProjection[[β$26$]Const[DeadEnd, β$26$], U, B]
- implicit def constRead[U, B[_], A](implicit arg0: Functor[B]): PreferProjection[[β$24$]Const[Read[A], β$24$], U, B]
- implicit def constShiftedRead[U, B[_], A](implicit arg0: Functor[B]): PreferProjection[[β$25$]Const[ShiftedRead[A], β$25$], U, B]
- implicit def coproduct[F[_], G[_], T, B[_]](implicit F: PreferProjection[F, T, B], G: PreferProjection[G, T, B]): PreferProjection[[γ$9$]Coproduct[F, G, γ$9$], T, B]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def equiJoin[T[_[_]], U, B[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: Functor[B], UC: Aux[U, B], UR: Aux[U, B], O: Outline[[β$19$]EquiJoin[T, β$19$]]): PreferProjection[[β$20$]EquiJoin[T, β$20$], U, B]
-
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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def projectBucket[T[_[_]], U, B[_]](implicit arg0: Functor[B]): PreferProjection[[β$23$]ProjectBucket[T, β$23$], U, B]
- implicit def qScriptCore[T[_[_]], U, B[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: Functor[B], UC: Aux[U, B], UR: Aux[U, B], O: Outline[[β$11$]QScriptCore[T, β$11$]]): PreferProjection[[β$12$]QScriptCore[T, β$12$], U, B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def thetaJoin[T[_[_]], U, B[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: Functor[B], UC: Aux[U, B], UR: Aux[U, B], O: Outline[[β$15$]ThetaJoin[T, β$15$]]): PreferProjection[[β$16$]ThetaJoin[T, β$16$], U, B]
-
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( ... )