Class

matryoshka.implicits.IdOps.ganaM

PartiallyApplied

Related Doc: package ganaM

Permalink

final class PartiallyApplied[T] 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 toMergeOps
  3. by toBirecursiveOps
  4. by CorecursiveOps
  5. 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[T]) ⇒ Boolean)(implicit BF: Functor[F], B: Foldable[F]): Boolean

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

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

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attributeTopDown[A](z: A)(f: (A, F[PartiallyApplied[T]]) ⇒ A)(implicit BF: Functor[F]): Cofree[F, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  9. def attributeTopDownM[M[_], A](z: A)(f: (A, F[PartiallyApplied[T]]) ⇒ 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  12. def children(implicit BT: Traverse[F]): List[PartiallyApplied[T]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to IdOps[PartiallyApplied[T]] 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[T]])(implicit arg0: Functor[F]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to IdOps[PartiallyApplied[T]] 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[T]])(implicit arg0: Monad[M], arg1: Traverse[F]): M[B]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to IdOps[PartiallyApplied[T]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  18. def colambek(implicit TR: Aux[T, FF], F: Functor[FF]): T

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to CorecursiveOps[T, PartiallyApplied, FF] performed by method CorecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[T, FF] is in scope and at the same time an implicit value of type <~<[PartiallyApplied[T], FF[T]] is in scope.
    Definition Classes
    CorecursiveOps
  19. def collect[B](pf: PartialFunction[PartiallyApplied[T], B])(implicit BF: Functor[F], B: Foldable[F]): List[B]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to IdOps[PartiallyApplied[T]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  24. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  25. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  26. def elgotPara[A](f: ElgotAlgebra[[β$25$](PartiallyApplied[T], β$25$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  27. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  28. def embed(implicit F: Functor[FF]): T

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to CorecursiveOps[T, PartiallyApplied, FF] performed by method CorecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[T, FF] is in scope and at the same time an implicit value of type <~<[PartiallyApplied[T], FF[T]] is in scope.
    Definition Classes
    CorecursiveOps
  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[T]) ⇒ 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  33. def foldMapM[M[_], Z](f: (PartiallyApplied[T]) ⇒ 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  34. def futuM[T, M[_], F[_]](f: GCoalgebraM[[β$12$]Free[F, β$12$], M, F, PartiallyApplied[T]])(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[T] to IdOps[PartiallyApplied[T]] 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[[γ$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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  37. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  40. 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[T]])(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[T] to IdOps[PartiallyApplied[T]] performed by method toIdOps in matryoshka.implicits.
    Definition Classes
    IdOps
  41. def gpara[W[_], A](e: DistributiveLaw[F, W], f: GAlgebra[[γ$27$]EnvT[PartiallyApplied[T], W, γ$27$], F, A])(implicit arg0: Comonad[W], T: Aux[PartiallyApplied[T], F], BF: Functor[F]): A

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  43. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  44. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  45. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  46. def hylo[F[_], B](f: Algebra[F, B], g: Coalgebra[F, PartiallyApplied[T]])(implicit arg0: Functor[F]): B

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  51. def mapR[U, G[_]](f: (F[PartiallyApplied[T]]) ⇒ 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  52. def merge[B](fb: ⇒ PartiallyApplied[B]): Option[PartiallyApplied[(T, B)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied, T] performed by method toMergeOps in matryoshka.Merge.ToMergeOps. This conversion will take place only if an implicit value of type Merge[PartiallyApplied] is in scope.
    Definition Classes
    Ops
  53. def mergeWith[B, C, D](fb: ⇒ PartiallyApplied[B])(g: (T, B) ⇒ D)(implicit F: Functor[PartiallyApplied]): Option[PartiallyApplied[D]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied, T] performed by method toMergeOps in matryoshka.Merge.ToMergeOps. This conversion will take place only if an implicit value of type Merge[PartiallyApplied] is in scope.
    Definition Classes
    Ops
  54. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  55. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  58. def para[A](f: GAlgebra[[β$24$](PartiallyApplied[T], β$24$), F, A])(implicit BF: Functor[F]): A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  59. def paraM[M[_], A](f: GAlgebraM[[β$26$](PartiallyApplied[T], β$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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  60. def paraMerga[A](that: PartiallyApplied[T])(f: (PartiallyApplied[T], PartiallyApplied[T], 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  61. def paraZygo[A, B](f: GAlgebra[[β$37$](PartiallyApplied[T], β$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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  62. def prepro[A](e: ~>[F, F], f: Algebra[F, A])(implicit T: Aux[PartiallyApplied[T], F], BF: Functor[F]): A

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  68. def transAnaM[M[_], U, G[_]](f: TransformM[M, PartiallyApplied[T], 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  69. def transAnaT(f: (PartiallyApplied[T]) ⇒ PartiallyApplied[T])(implicit T: Aux[PartiallyApplied[T], F], BF: Functor[F]): PartiallyApplied[T]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  71. def transApo[U, G[_]](f: CoalgebraicGTransform[[β$40$]\/[U, β$40$], PartiallyApplied[T], 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  72. def transApoT(f: (PartiallyApplied[T]) ⇒ \/[PartiallyApplied[T], PartiallyApplied[T]])(implicit T: Aux[PartiallyApplied[T], F], BF: Functor[F]): PartiallyApplied[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  73. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  74. def transCataT(f: (PartiallyApplied[T]) ⇒ PartiallyApplied[T])(implicit T: Aux[PartiallyApplied[T], F], BF: Functor[F]): PartiallyApplied[T]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  76. def transHylo[G[_], U, H[_]](φ: (G[U]) ⇒ H[U], ψ: (F[PartiallyApplied[T]]) ⇒ G[PartiallyApplied[T]])(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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  77. def transParaT(f: ((PartiallyApplied[T], PartiallyApplied[T])) ⇒ PartiallyApplied[T])(implicit T: Aux[PartiallyApplied[T], F], BF: Functor[F]): PartiallyApplied[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  78. def traverseR[M[_], U, G[_]](f: (F[PartiallyApplied[T]]) ⇒ 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  79. def universe(implicit BT: Traverse[F]): List[PartiallyApplied[T]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. 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[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops

Shadowed Implicit Value Members

  1. def self: PartiallyApplied[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T], F]).self
    Definition Classes
    Ops
  2. def self: PartiallyApplied[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied, T] performed by method toMergeOps in matryoshka.Merge.ToMergeOps. This conversion will take place only if an implicit value of type Merge[PartiallyApplied] 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, T]).self
    Definition Classes
    Ops
  3. def self: PartiallyApplied[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T], F]).self
    Definition Classes
    Ops
  4. def typeClassInstance: Aux[PartiallyApplied[T], F]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toRecursiveOps in matryoshka.Recursive.ToRecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T], F]).typeClassInstance
    Definition Classes
    Ops
  5. def typeClassInstance: Aux[PartiallyApplied[T], F]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied[T], F] performed by method toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], 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[T], F]).typeClassInstance
    Definition Classes
    Ops
  6. val typeClassInstance: Merge[PartiallyApplied]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied, T] performed by method toMergeOps in matryoshka.Merge.ToMergeOps. This conversion will take place only if an implicit value of type Merge[PartiallyApplied] 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, T]).typeClassInstance
    Definition Classes
    Ops

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion toMergeOps from PartiallyApplied[T] to Ops[PartiallyApplied, T]

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

Inherited by implicit conversion CorecursiveOps from PartiallyApplied[T] to CorecursiveOps[T, PartiallyApplied, FF]

Inherited by implicit conversion toIdOps from PartiallyApplied[T] to IdOps[PartiallyApplied[T]]

Ungrouped