Trait

matryoshka.Recursive

Ops

Related Doc: package Recursive

Permalink

trait Ops[T[_[_]], C[_]] extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: T[C]

    Permalink
  2. abstract val typeClassInstance: Recursive[T]

    Permalink

Concrete 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: (T[C]) ⇒ Boolean)(implicit arg0: Functor[C], arg1: Foldable[C]): Boolean

    Permalink
  5. def any(p: (T[C]) ⇒ Boolean)(implicit arg0: Functor[C], arg1: Foldable[C]): Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cata[A](f: (C[A]) ⇒ A)(implicit arg0: Functor[C]): A

    Permalink
  8. def children(implicit arg0: Functor[C], arg1: Foldable[C]): List[T[C]]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[B](pf: PartialFunction[T[C], B])(implicit arg0: Functor[C], arg1: Foldable[C]): List[B]

    Permalink
  11. def contains(c: T[C])(implicit arg0: Functor[C], arg1: Foldable[C], T: Equal[T[C]]): Boolean

    Permalink
  12. def convertTo[R[_[_]]](implicit arg0: Functor[C], arg1: Corecursive[R]): R[C]

    Permalink
  13. def elgotHisto[A](f: (Cofree[C, C[A]]) ⇒ A)(implicit arg0: Functor[C]): A

    Permalink
  14. def elgotPara[A](f: ((T[C], C[A])) ⇒ A)(implicit arg0: Functor[C]): A

    Permalink
  15. def elgotZygo[A, B](f: (C[B]) ⇒ B, g: ElgotAlgebra[[β](B, β), C, A])(implicit arg0: Functor[C]): A

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def foldMap[Z](f: (T[C]) ⇒ Z)(implicit arg0: Functor[C], arg1: Foldable[C], arg2: Monoid[Z]): Z

    Permalink
  20. def foldMapM[M[_], Z](f: (T[C]) ⇒ M[Z])(implicit arg0: Functor[C], arg1: Foldable[C], arg2: Monad[M], arg3: Monoid[Z]): M[Z]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def ghisto[H[_], A](g: DistributiveLaw[C, H], f: (C[Cofree[H, A]]) ⇒ A)(implicit arg0: Functor[C], arg1: Functor[H]): A

    Permalink
  23. def gpara[W[_], A](e: DistributiveLaw[C, W], f: (C[EnvT[T[C], W, A]]) ⇒ A)(implicit arg0: Functor[C], arg1: Comonad[W], T: Corecursive[T]): A

    Permalink
  24. def gprepro[W[_], A](k: DistributiveLaw[C, W], e: ~>[C, C], f: (C[W[A]]) ⇒ A)(implicit arg0: Functor[C], arg1: Comonad[W], T: Corecursive[T]): A

    Permalink
  25. def gzygo[W[_], A, B](f: (C[B]) ⇒ B, w: DistributiveLaw[C, W], g: (C[EnvT[B, W, A]]) ⇒ A)(implicit arg0: Functor[C], arg1: Comonad[W]): A

    Permalink
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def histo[A](f: (C[Cofree[C, A]]) ⇒ A)(implicit arg0: Functor[C]): A

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isLeaf(implicit arg0: Functor[C], arg1: Foldable[C]): Boolean

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def para[A](f: (C[(T[C], A)]) ⇒ A)(implicit arg0: Functor[C]): A

    Permalink
  34. def paraM[M[_], A](f: (C[(T[C], A)]) ⇒ M[A])(implicit arg0: Traverse[C], arg1: Monad[M]): M[A]

    Permalink
  35. def paraZygo[A, B](f: (C[(T[C], B)]) ⇒ B, g: (C[(B, A)]) ⇒ A)(implicit arg0: Functor[C], arg1: Unzip[C]): A

    Permalink
  36. def prepro[A](e: ~>[C, C], f: (C[A]) ⇒ A)(implicit arg0: Functor[C], T: Corecursive[T]): A

    Permalink
  37. def project(implicit arg0: Functor[C]): C[T[C]]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def topDownCataM[M[_], A](a: A)(f: (A, T[C]) ⇒ M[(A, T[C])])(implicit arg0: Traverse[C], arg1: Monad[M], T: Corecursive[T]): M[T[C]]

    Permalink
  41. def universe(implicit arg0: Functor[C], arg1: Foldable[C]): List[T[C]]

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def zygo[A, B](f: (C[B]) ⇒ B, g: (C[(B, A)]) ⇒ A)(implicit arg0: Functor[C]): A

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped