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 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]) ⇒ Boolean)(implicit BF: Functor[F], B: Foldable[F]): 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]) ⇒ Boolean)(implicit BF: Functor[F], B: Foldable[F]): 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[A](z: A)(f: (A, F[PartiallyApplied[W, N]]) ⇒ A)(implicit BF: Functor[F]): Cofree[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
  9. def attributeTopDownM[M[_], A](z: A)(f: (A, F[PartiallyApplied[W, N]]) ⇒ M[A])(implicit arg0: Monad[M], BT: Traverse[F]): M[Cofree[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
  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(implicit BT: Traverse[F]): List[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
  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[B](pf: PartialFunction[PartiallyApplied[W, N], B])(implicit BF: Functor[F], B: Foldable[F]): List[B]

    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]): 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 elgotHisto[A](f: ElgotAlgebra[[β$35$]Cofree[F, β$35$], 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
  25. def elgotPara[A](f: ElgotAlgebra[[β$25$](PartiallyApplied[W, N], β$25$), 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 elgotZygo[A, B](f: Algebra[F, B], g: ElgotAlgebra[[β$29$](B, β$29$), 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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. 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
  31. 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
  32. def futuM[T, M[_], F[_]](f: GCoalgebraM[[β$12$]Free[F, β$12$], 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
  33. def gElgotZygo[W[_], A, B](f: Algebra[F, B], w: DistributiveLaw[F, W], g: ElgotAlgebra[[γ$31$]EnvT[B, W, γ$31$], 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
  34. 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
  35. def gcataM[W[_], M[_], A](k: 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
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def ghisto[H[_], A](g: DistributiveLaw[F, H], f: GAlgebra[[β$36$]Cofree[H, β$36$], 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
  38. 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
  39. def gpara[W[_], A](e: DistributiveLaw[F, W], f: GAlgebra[[γ$27$]EnvT[PartiallyApplied[W, N], W, γ$27$], F, A])(implicit arg0: Comonad[W], T: Aux[PartiallyApplied[W, N], F], 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
  40. def gprepro[W[_], A](k: DistributiveLaw[F, W], e: ~>[F, F], f: GAlgebra[W, F, A])(implicit arg0: Comonad[W], T: Aux[PartiallyApplied[W, N], F], 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 gzygo[W[_], A, B](f: Algebra[F, B], w: DistributiveLaw[F, W], g: GAlgebra[[γ$30$]EnvT[B, W, γ$30$], 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
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def histo[A](f: GAlgebra[[β$34$]Cofree[F, β$34$], 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
  44. 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
  45. 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
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. def isLeaf(implicit BT: Traverse[F]): 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
  48. def lambek(implicit T: Aux[PartiallyApplied[W, N], F], 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
  49. def mapR[U, G[_]](f: (F[PartiallyApplied[W, N]]) ⇒ G[U])(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 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
  50. def mutu[A, B](f: GAlgebra[[β$32$](A, β$32$), F, B], g: GAlgebra[[β$33$](B, β$33$), 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
  51. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def para[A](f: GAlgebra[[β$24$](PartiallyApplied[W, N], β$24$), 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
  55. def paraM[M[_], A](f: GAlgebraM[[β$26$](PartiallyApplied[W, N], β$26$), 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
  56. def paraMerga[A](that: PartiallyApplied[W, N])(f: (PartiallyApplied[W, N], PartiallyApplied[W, N], 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
  57. def paraZygo[A, B](f: GAlgebra[[β$37$](PartiallyApplied[W, N], β$37$), F, B], g: GAlgebra[[β$38$](B, β$38$), 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
  58. def prepro[A](e: ~>[F, F], f: Algebra[F, A])(implicit T: Aux[PartiallyApplied[W, N], F], 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
  59. 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
  60. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  62. def topDownCata[A](a: A)(f: (A, PartiallyApplied[W, N]) ⇒ (A, PartiallyApplied[W, N]))(implicit T: Aux[PartiallyApplied[W, N], F], 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 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
  63. def topDownCataM[M[_], A](a: A)(f: (A, PartiallyApplied[W, N]) ⇒ M[(A, PartiallyApplied[W, N])])(implicit arg0: Monad[M], T: Aux[PartiallyApplied[W, N], F], 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 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
  64. 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 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
  65. def transAnaT(f: (PartiallyApplied[W, N]) ⇒ PartiallyApplied[W, N])(implicit T: Aux[PartiallyApplied[W, N], F], 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 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
  66. def transAnaTM[M[_]](f: (PartiallyApplied[W, N]) ⇒ M[PartiallyApplied[W, N]])(implicit arg0: Monad[M], T: Aux[PartiallyApplied[W, N], F], 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 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
  67. def transApo[U, G[_]](f: CoalgebraicGTransform[[β$40$]\/[U, β$40$], 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 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
  68. def transApoT(f: (PartiallyApplied[W, N]) ⇒ \/[PartiallyApplied[W, N], PartiallyApplied[W, N]])(implicit T: Aux[PartiallyApplied[W, N], F], 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 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
  69. 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
  70. def transCataT(f: (PartiallyApplied[W, N]) ⇒ PartiallyApplied[W, N])(implicit T: Aux[PartiallyApplied[W, N], F], 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 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
  71. def transCataTM[M[_]](f: (PartiallyApplied[W, N]) ⇒ M[PartiallyApplied[W, N]])(implicit arg0: Monad[M], T: Aux[PartiallyApplied[W, N], F], 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 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 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 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
  73. def transParaT(f: ((PartiallyApplied[W, N], PartiallyApplied[W, N])) ⇒ PartiallyApplied[W, N])(implicit T: Aux[PartiallyApplied[W, N], F], 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 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
  74. def traverseR[M[_], U, G[_]](f: (F[PartiallyApplied[W, N]]) ⇒ M[G[U]])(implicit arg0: Functor[M], arg1: Functor[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 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
  75. def universe(implicit BT: Traverse[F]): List[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
  76. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. def zygo[A, B](f: Algebra[F, B], g: GAlgebra[[β$28$](B, β$28$), 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

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 toIdOps from PartiallyApplied[W, N] to IdOps[PartiallyApplied[W, N]]

Ungrouped