Class

matryoshka.implicits.IdOps.gana

PartiallyApplied

Related Doc: package gana

Permalink

final class PartiallyApplied[T] extends AnyRef

Linear Supertypes
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 BirecursiveOps
  5. by RecursiveOps
  6. by CorecursiveOps
  7. 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]) ⇒ 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[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]) ⇒ 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[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[_], F[_]](k: DistributiveLaw[N, F], f: GCoalgebra[N, F, A])(implicit arg0: Monad[N], arg1: Functor[F], T: Aux[T, F]): T

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attributeTopDown[U, A](z: A)(f: (A, F[PartiallyApplied[T]]) ⇒ 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[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[_], U, A](z: A)(f: (A, F[PartiallyApplied[T]]) ⇒ 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[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[U](implicit U: Aux[U, [β$55$]ListF[PartiallyApplied[T], β$55$]], BT: Traverse[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
  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 F: Functor[FF]): T

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to BirecursiveOps[T, PartiallyApplied, FF] performed by method BirecursiveOps 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
    BirecursiveOps
  19. def collect[U, B](pf: slamdata.Predef.PartialFunction[PartiallyApplied[T], 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[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]): slamdata.Predef.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 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[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 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[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 elgotPara[A](f: ElgotAlgebra[[β$39$](PartiallyApplied[T], β$39$), 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 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[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
  29. 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[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
  30. 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
  31. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. 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
  35. 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
  36. def futuM[T, M[_], F[_]](f: GCoalgebraM[[β$13$]Free[F, β$13$], 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
  37. 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[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. 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
  39. 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[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 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[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
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. 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[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 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
  44. def gpara[W[_], A](e: DistributiveLaw[F, W], f: GAlgebra[[γ$17$]EnvT[PartiallyApplied[T], 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[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.
    Definition Classes
    Ops
  45. 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[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.
    Definition Classes
    Ops
  46. 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[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
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  48. 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[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
  49. 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
  50. 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
  51. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  52. def isLeaf(implicit BT: Traverse[F]): slamdata.Predef.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
  53. def lambek(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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  54. def merge[B](fb: ⇒ PartiallyApplied[B]): slamdata.Predef.Option[PartiallyApplied[(T, B)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied, T] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] } 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
  55. def mergeWith[B, C, D](fb: ⇒ PartiallyApplied[B])(g: (T, B) ⇒ D)(implicit F: Functor[PartiallyApplied]): slamdata.Predef.Option[PartiallyApplied[D]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[T] to Ops[PartiallyApplied, T] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] } 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
  56. 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[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
  57. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def para[A](f: GAlgebra[[β$38$](PartiallyApplied[T], β$38$), 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
  61. def paraM[M[_], A](f: GAlgebraM[[β$40$](PartiallyApplied[T], β$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[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 paraMerga[A](that: PartiallyApplied[T])(f: (PartiallyApplied[T], PartiallyApplied[T], 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[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 paraZygo[A, B](f: GAlgebra[[β$53$](PartiallyApplied[T], β$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[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. 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[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.
    Definition Classes
    Ops
  65. 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
  66. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  68. def topDownCata[A](a: A)(f: (A, PartiallyApplied[T]) ⇒ (A, PartiallyApplied[T]))(implicit 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  69. def topDownCataM[M[_], A](a: A)(f: (A, PartiallyApplied[T]) ⇒ M[(A, PartiallyApplied[T])])(implicit arg0: Monad[M], 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  70. 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 RecursiveOps[PartiallyApplied[T], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    RecursiveOps
  71. def transAnaT(f: (PartiallyApplied[T]) ⇒ PartiallyApplied[T])(implicit 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  72. def transAnaTM[M[_]](f: (PartiallyApplied[T]) ⇒ M[PartiallyApplied[T]])(implicit arg0: Monad[M], 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  73. def transApo[U, G[_]](f: CoalgebraicGTransform[[β$0$]\/[U, β$0$], 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 RecursiveOps[PartiallyApplied[T], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    RecursiveOps
  74. def transApoT(f: (PartiallyApplied[T]) ⇒ \/[PartiallyApplied[T], PartiallyApplied[T]])(implicit 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  75. 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
  76. def transCataT(f: (PartiallyApplied[T]) ⇒ PartiallyApplied[T])(implicit 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  77. def transCataTM[M[_]](f: (PartiallyApplied[T]) ⇒ M[PartiallyApplied[T]])(implicit arg0: Monad[M], 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  78. def transFutu[U, G[_]](f: CoalgebraicGTransform[[β$1$]Free[G, β$1$], 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 RecursiveOps[PartiallyApplied[T], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    RecursiveOps
  79. def transGana[M[_], U, G[_]](k: DistributiveLaw[M, G], f: CoalgebraicGTransform[M, PartiallyApplied[T], 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[T] to RecursiveOps[PartiallyApplied[T], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    RecursiveOps
  80. 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 RecursiveOps[PartiallyApplied[T], F] performed by method RecursiveOps in matryoshka.implicits. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    RecursiveOps
  81. def transParaT(f: ((PartiallyApplied[T], PartiallyApplied[T])) ⇒ PartiallyApplied[T])(implicit 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 toBirecursiveOps in matryoshka.Birecursive.ToBirecursiveOps. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[T], F] is in scope.
    Definition Classes
    Ops
  82. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. 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[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
  86. 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[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] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] } 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] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] }).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] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] } 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] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] }).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] { type TypeClassType = matryoshka.Merge[matryoshka.implicits.IdOps.gana.PartiallyApplied] }

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

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

Inherited by implicit conversion RecursiveOps from PartiallyApplied[T] to RecursiveOps[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