object HFix extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HFix
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def anaNT[F[_[_], _], G[_]](alg: HCoAlgebra[F, G])(implicit arg0: HFunctor[F]): ~>[G, [β$7$]HFix[F, β$7$]]
  5. def annotate[F[_[_], _], A[_]](ann: A[Nothing])(implicit arg0: HFunctor[F]): ~>[[β$29$]HFix[F, β$29$], [γ$30$]HFix[[γ$2$[_$1], δ$3$]HEnvT[A, F, γ$2$, δ$3$], γ$30$]]
  6. def annotateAlg[F[_[_], _], A[_]](ann: A[Nothing]): ~>[[β$21$]HFix[F, β$21$], [δ$23$]HEnvT[A, F, [β$22$]HFix[F, β$22$], δ$23$]]

    Algebra to annotate the whole HCofree with a same annotation

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def cataNT[F[_[_], _], G[_]](alg: HAlgebra[F, G])(implicit arg0: HFunctor[F]): ~>[[β$5$]HFix[F, β$5$], G]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def forget[F[_[_], _], A[_]](implicit arg0: HFunctor[F]): ~>[[γ$19$]HFix[[γ$2$[_$1], δ$3$]HEnvT[A, F, γ$2$, δ$3$], γ$19$], [β$20$]HFix[F, β$20$]]
  13. def forgetAlg[F[_[_], _], A[_]]: ~>[[δ$13$]HEnvT[A, F, [β$12$]HFix[F, β$12$], δ$13$], [β$14$]HFix[F, β$14$]]

    Algebra to discard the annotations from an HCofree structure.

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. implicit def hCoFreeHFunctor[F[_[_], _]](implicit HF: HFunctor[F]): HFunctor[[β$31$[_$4], γ$32$]HFix[[γ$2$[_$1], δ$3$]HEnvT[β$31$, F, γ$2$, δ$3$], γ$32$]]

    HFunctor over the annotation type of an HCofree value

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hcofree[F[_[_], _], A[_], I](ask: A[I], fga: => F[[γ$9$]HFix[[γ$2$[_$1], δ$3$]HEnvT[A, F, γ$2$, δ$3$], γ$9$], I]): HCofree[F, A, I]

    Smart constructor for HCofree values.

  18. def hfix[F[_[_], _], I](fa: => F[[β$4$]HFix[F, β$4$], I]): HFix[F, I]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped