Class

matryoshka.implicits.IdOps.ghylo

PartiallyApplied

Related Doc: package ghylo

Permalink

final class PartiallyApplied[W[_], N[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartiallyApplied
  2. AnyRef
  3. Any
Implicitly
  1. by toRecursiveOps
  2. by toBirecursiveOps
  3. by RecursiveOps
  4. by toIdOps
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartiallyApplied()

    Permalink

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. def all(p: (PartiallyApplied[W, N]) ⇒ slamdata.Predef.Boolean)(implicit BF: Functor[F], B: Foldable[F]): slamdata.Predef.Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  5. def any(p: (PartiallyApplied[W, N]) ⇒ slamdata.Predef.Boolean)(implicit BF: Functor[F], B: Foldable[F]): slamdata.Predef.Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  6. def apply[F[_], B](w: DistributiveLaw[F, W], n: DistributiveLaw[N, F], f: GAlgebra[W, F, B], g: GCoalgebra[N, F, A])(implicit arg0: Functor[F], W: Comonad[W], N: Monad[N]): B

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attributeTopDown[U, A](z: A)(f: (A, F[PartiallyApplied[W, N]]) ⇒ A)(implicit U: Aux[U, [γ$56$]EnvT[A, F, γ$56$]], BF: Functor[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  9. def attributeTopDownM[M[_], U, A](z: A)(f: (A, F[PartiallyApplied[W, N]]) ⇒ M[A])(implicit arg0: Monad[M], U: Aux[U, [γ$57$]EnvT[A, F, γ$57$]], BT: Traverse[F]): M[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  10. def cata[A](f: Algebra[F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  11. def cataM[M[_], A](f: AlgebraM[M, F, A])(implicit arg0: Monad[M], BT: Traverse[F]): M[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  12. def children[U](implicit U: Aux[U, [β$55$]ListF[PartiallyApplied[W, N], β$55$]], BT: Traverse[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  13. def chrono[F[_], B](g: GAlgebra[[β$3$]Cofree[F, β$3$], F, B], f: GCoalgebra[[β$4$]Free[F, β$4$], F, PartiallyApplied[W, N]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def codyna[F[_], B](φ: Algebra[F, B], ψ: GCoalgebra[[β$1$]Free[F, β$1$], F, PartiallyApplied[W, N]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  16. def codynaM[M[_], F[_], B](φ: AlgebraM[M, F, B], ψ: GCoalgebraM[[β$2$]Free[F, β$2$], M, F, PartiallyApplied[W, N]])(implicit arg0: Monad[M], arg1: Traverse[F]): M[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  17. def coelgot[F[_], B](φ: ElgotAlgebra[[β$6$](PartiallyApplied[W, N], β$6$), F, B], ψ: Coalgebra[F, PartiallyApplied[W, N]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  18. def collect[U, B](pf: slamdata.Predef.PartialFunction[PartiallyApplied[W, N], B])(implicit arg0: Monoid[U], F: Aux[U, [β$58$]ListF[B, β$58$]], BF: Functor[F], B: Foldable[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  19. def contains(c: PartiallyApplied[W, N])(implicit T: Equal[PartiallyApplied[W, N]], BF: Functor[F], B: Foldable[F]): slamdata.Predef.Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  20. def convertTo[R](implicit R: Aux[R, F], BF: Functor[F]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  21. def dyna[F[_], B](φ: GAlgebra[[β$0$]Cofree[F, β$0$], F, B], ψ: Coalgebra[F, PartiallyApplied[W, N]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  22. def elgot[F[_], B](φ: Algebra[F, B], ψ: ElgotCoalgebra[[β$5$]\/[B, β$5$], F, PartiallyApplied[W, N]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  23. def elgotCata[W[_], A](k: DistributiveLaw[F, W], g: ElgotAlgebra[W, F, A])(implicit arg0: Comonad[W], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  24. def elgotCataM[W[_], M[_], A](k: DistributiveLaw[F, [A]M[W[A]]], g: ElgotAlgebraM[W, M, F, A])(implicit arg0: Comonad[W], arg1: Traverse[W], arg2: Monad[M], BT: Traverse[F]): M[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  25. def elgotHisto[A](f: ElgotAlgebra[[β$50$]Cofree[F, β$50$], F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  26. def elgotPara[A](f: ElgotAlgebra[[β$39$](PartiallyApplied[W, N], β$39$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  27. def elgotZygo[A, B](f: Algebra[F, B], g: ElgotAlgebra[[β$43$](B, β$43$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  28. def elgotZygoM[A, B, M[_]](f: AlgebraM[M, F, B], g: ElgotAlgebraM[[β$44$](B, β$44$), M, F, A])(implicit arg0: Monad[M], BT: Traverse[F]): M[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  29. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def foldMap[Z](f: (PartiallyApplied[W, N]) ⇒ Z)(implicit arg0: Monoid[Z], BF: Functor[F], B: Foldable[F]): Z

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  33. def foldMapM[M[_], Z](f: (PartiallyApplied[W, N]) ⇒ M[Z])(implicit arg0: Monad[M], arg1: Monoid[Z], BF: Functor[F], B: Foldable[F]): M[Z]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  34. def futuM[T, M[_], F[_]](f: GCoalgebraM[[β$13$]Free[F, β$13$], M, F, PartiallyApplied[W, N]])(implicit arg0: Monad[M], arg1: Traverse[F], T: Aux[T, F]): M[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  35. def gElgotZygo[W[_], A, B](f: Algebra[F, B], w: DistributiveLaw[F, W], g: ElgotAlgebra[[γ$46$]EnvT[B, W, γ$46$], F, A])(implicit arg0: Comonad[W], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  36. def gcata[W[_], A](k: DistributiveLaw[F, W], g: GAlgebra[W, F, A])(implicit arg0: Comonad[W], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  37. def gcataM[W[_], M[_], A](w: DistributiveLaw[F, W], g: GAlgebraM[W, M, F, A])(implicit arg0: Comonad[W], arg1: Traverse[W], arg2: Monad[M], BT: Traverse[F]): M[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  38. def gcataZygo[W[_], A, B](w: DistributiveLaw[F, W], f: GAlgebra[W, F, B], g: GAlgebra[[β$52$](B, β$52$), F, A])(implicit arg0: Comonad[W], BF: Functor[F], BU: Unzip[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def ghisto[H[_], A](g: DistributiveLaw[F, H], f: GAlgebra[[β$51$]Cofree[H, β$51$], F, A])(implicit arg0: Functor[H], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  41. def ghyloM[W[_], N[_], M[_], F[_], B](w: DistributiveLaw[F, W], n: DistributiveLaw[N, F], f: GAlgebraM[W, M, F, B], g: GCoalgebraM[N, M, F, PartiallyApplied[W, N]])(implicit arg0: Comonad[W], arg1: Traverse[W], arg2: Monad[N], arg3: Traverse[N], arg4: Monad[M], arg5: Traverse[F]): M[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  42. def gpara[W[_], A](e: DistributiveLaw[F, W], f: GAlgebra[[γ$17$]EnvT[PartiallyApplied[W, N], W, γ$17$], F, A])(implicit arg0: Comonad[W], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  43. def gprepro[W[_], A](k: DistributiveLaw[F, W], e: ~>[F, F], f: GAlgebra[W, F, A])(implicit arg0: Comonad[W], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  44. def gzygo[W[_], A, B](f: Algebra[F, B], w: DistributiveLaw[F, W], g: GAlgebra[[γ$45$]EnvT[B, W, γ$45$], F, A])(implicit arg0: Comonad[W], BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  45. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  46. def histo[A](f: GAlgebra[[β$49$]Cofree[F, β$49$], F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  47. def hylo[F[_], B](f: Algebra[F, B], g: Coalgebra[F, PartiallyApplied[W, N]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  48. def hyloM[M[_], F[_], B](f: AlgebraM[M, F, B], g: CoalgebraM[M, F, PartiallyApplied[W, N]])(implicit arg0: Monad[M], arg1: Traverse[F]): M[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. def isLeaf(implicit BT: Traverse[F]): slamdata.Predef.Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  51. def lambek(implicit BF: Functor[F]): F[PartiallyApplied[W, N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  52. def mutu[A, B](f: GAlgebra[[β$47$](A, β$47$), F, B], g: GAlgebra[[β$48$](B, β$48$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  53. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  56. def para[A](f: GAlgebra[[β$38$](PartiallyApplied[W, N], β$38$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  57. def paraM[M[_], A](f: GAlgebraM[[β$40$](PartiallyApplied[W, N], β$40$), M, F, A])(implicit arg0: Monad[M], BT: Traverse[F]): M[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  58. def paraMerga[A](that: PartiallyApplied[W, N])(f: (PartiallyApplied[W, N], PartiallyApplied[W, N], slamdata.Predef.Option[F[A]]) ⇒ A)(implicit BF: Functor[F], BM: Merge[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  59. def paraZygo[A, B](f: GAlgebra[[β$53$](PartiallyApplied[W, N], β$53$), F, B], g: GAlgebra[[β$54$](B, β$54$), F, A])(implicit BF: Functor[F], BU: Unzip[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  60. def prepro[A](e: ~>[F, F], f: Algebra[F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  61. def project(implicit BF: Functor[F]): F[PartiallyApplied[W, N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  64. def topDownCata[A](a: A)(f: (A, PartiallyApplied[W, N]) ⇒ (A, PartiallyApplied[W, N]))(implicit BF: Functor[F]): PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  65. def topDownCataM[M[_], A](a: A)(f: (A, PartiallyApplied[W, N]) ⇒ M[(A, PartiallyApplied[W, N])])(implicit arg0: Monad[M], BT: Traverse[F]): M[PartiallyApplied[W, N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  66. def transAnaM[M[_], U, G[_]](f: TransformM[M, PartiallyApplied[W, N], F, G])(implicit arg0: Monad[M], arg1: Traverse[G], U: Aux[U, G], BF: Functor[F]): M[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to RecursiveOps[PartiallyApplied[W, N], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    RecursiveOps
  67. def transAnaT(f: (PartiallyApplied[W, N]) ⇒ PartiallyApplied[W, N])(implicit BF: Functor[F]): PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  68. def transAnaTM[M[_]](f: (PartiallyApplied[W, N]) ⇒ M[PartiallyApplied[W, N]])(implicit arg0: Monad[M], BF: Traverse[F]): M[PartiallyApplied[W, N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  69. def transApo[U, G[_]](f: CoalgebraicGTransform[[β$0$]\/[U, β$0$], PartiallyApplied[W, N], F, G])(implicit arg0: Functor[G], U: Aux[U, G], BF: Functor[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to RecursiveOps[PartiallyApplied[W, N], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    RecursiveOps
  70. def transApoT(f: (PartiallyApplied[W, N]) ⇒ \/[PartiallyApplied[W, N], PartiallyApplied[W, N]])(implicit BF: Functor[F]): PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  71. def transCataM[M[_], U, G[_]](f: TransformM[M, U, F, G])(implicit arg0: Monad[M], arg1: Functor[G], U: Aux[U, G], BT: Traverse[F]): M[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  72. def transCataT(f: (PartiallyApplied[W, N]) ⇒ PartiallyApplied[W, N])(implicit BF: Functor[F]): PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  73. def transCataTM[M[_]](f: (PartiallyApplied[W, N]) ⇒ M[PartiallyApplied[W, N]])(implicit arg0: Monad[M], BF: Traverse[F]): M[PartiallyApplied[W, N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  74. def transFutu[U, G[_]](f: CoalgebraicGTransform[[β$1$]Free[G, β$1$], PartiallyApplied[W, N], F, G])(implicit arg0: Functor[G], U: Aux[U, G], BF: Functor[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to RecursiveOps[PartiallyApplied[W, N], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    RecursiveOps
  75. def transGana[M[_], U, G[_]](k: DistributiveLaw[M, G], f: CoalgebraicGTransform[M, PartiallyApplied[W, N], F, G])(implicit arg0: Monad[M], arg1: Functor[G], U: Aux[U, G], BF: Functor[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to RecursiveOps[PartiallyApplied[W, N], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    RecursiveOps
  76. def transHylo[G[_], U, H[_]](φ: (G[U]) ⇒ H[U], ψ: (F[PartiallyApplied[W, N]]) ⇒ G[PartiallyApplied[W, N]])(implicit arg0: Functor[G], arg1: Functor[H], U: Aux[U, H], BF: Functor[F]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to RecursiveOps[PartiallyApplied[W, N], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    RecursiveOps
  77. def transParaT(f: ((PartiallyApplied[W, N], PartiallyApplied[W, N])) ⇒ PartiallyApplied[W, N])(implicit BF: Functor[F]): PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  78. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def zygo[A, B](f: Algebra[F, B], g: GAlgebra[[β$41$](B, β$41$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops
  82. def zygoM[A, B, M[_]](f: AlgebraM[M, F, B], g: GAlgebraM[[β$42$](B, β$42$), M, F, A])(implicit arg0: Monad[M], BT: Traverse[F]): M[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Definition Classes
    Ops

Shadowed Implicit Value Members

  1. def self: PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partiallyApplied: Ops[PartiallyApplied[W, N], F]).self
    Definition Classes
    Ops
  2. def self: PartiallyApplied[W, N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partiallyApplied: Ops[PartiallyApplied[W, N], F]).self
    Definition Classes
    Ops
  3. def typeClassInstance: Aux[PartiallyApplied[W, N], F]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partiallyApplied: Ops[PartiallyApplied[W, N], F]).typeClassInstance
    Definition Classes
    Ops
  4. def typeClassInstance: Aux[PartiallyApplied[W, N], F]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[W, N], F] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partiallyApplied: Ops[PartiallyApplied[W, N], F]).typeClassInstance
    Definition Classes
    Ops

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toRecursiveOps from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F]

Inherited by implicit conversion toBirecursiveOps from PartiallyApplied[W, N] to Ops[PartiallyApplied[W, N], F]

Inherited by implicit conversion RecursiveOps from PartiallyApplied[W, N] to RecursiveOps[PartiallyApplied[W, N], F]

Inherited by implicit conversion toIdOps from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]]

Ungrouped