Type Members
-
type
Aux[T[_[_]], IN[_], F[_]] = Coalesce[IN] { ... /* 2 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[T[_[_]], IN[_], OUT[_]](implicit ev: Aux[T, IN, OUT]): Aux[T, IN, OUT]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
coalesce[T[_[_]]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T]): CoalesceT[T]
-
implicit
def
coproduct[T[_[_]], G[_], H[_], I[_]](implicit G: Aux[T, G, I], H: Aux[T, H, I]): Aux[T, [γ$17$]Coproduct[G, H, γ$17$], I]
-
implicit
def
deadEnd[T[_[_]], OUT[_]]: Aux[T, [β$29$]Const[DeadEnd, β$29$], OUT]
-
def
default[T[_[_]], IN[_], G[_]]: Aux[T, IN, G]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
implicit
def
equiJoin[T[_[_]], G[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], EJ: :<:[[β$15$]EquiJoin[T, β$15$], G]): Aux[T, [β$16$]EquiJoin[T, β$16$], G]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
projectBucket[T[_[_]], F[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T]): Aux[T, [β$12$]ProjectBucket[T, β$12$], F]
-
implicit
def
qscriptCore[T[_[_]], G[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], QC: :<:[[β$10$]QScriptCore[T, β$10$], G]): Aux[T, [β$11$]QScriptCore[T, β$11$], G]
-
implicit
def
read[T[_[_]], OUT[_], A]: Aux[T, [β$30$]Const[Read[A], β$30$], OUT]
-
implicit
def
shiftedRead[T[_[_]], OUT[_], A]: Aux[T, [β$31$]Const[ShiftedRead[A], β$31$], OUT]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
implicit
def
thetaJoin[T[_[_]], G[_]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], TJ: :<:[[β$13$]ThetaJoin[T, β$13$], G]): Aux[T, [β$14$]ThetaJoin[T, β$14$], G]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any