final class FreeObjectOutput[R, Ptr[_], A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreeObjectOutput
  2. AnyRef
  3. 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. def ++[B](that: FreeObjectOutput[R, Ptr, B])(implicit ev: =:=[A, Unit]): FreeObjectOutput[R, Ptr, B]
  4. def +:(r: R): FreeObjectOutput[R, Ptr, A]
  5. def :+(r: R)(implicit ev: =:=[A, Unit]): FreeObjectOutput[R, Ptr, Unit]
  6. def ::(r: R): FreeObjectOutput[R, Ptr, A]
  7. def :::(that: FreeObjectOutput[R, Ptr, Unit]): FreeObjectOutput[R, Ptr, A]
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def appendTo[B, M[_]](b: B, deref: ~>[Ptr, M], decorateContent: ~>[Ptr, [α]IndexedDecoration[R, R]], showReference: ~>[Ptr, [α]R])(implicit agg: Aggregator[B, R], E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M]): M[B]
  10. def appendTo[B, M[_]](b: B, deref: ~>[Ptr, M], decorateReferenced: ~>[Ptr, [α]IndexedDecoration[R, R]], decorateUnreferenced: ~>[Ptr, [α]IndexedDecoration[R, R]], showReference: ~>[Ptr, [α]R])(implicit agg: Aggregator[B, R], E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M]): M[B]
  11. def appendTo[B](b: B, showReference: ~>[Ptr, [α]R])(implicit agg: Aggregator[B, R]): B
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def eval[M[_]](deref: ~>[Ptr, M], decorateContent: ~>[Ptr, [α]IndexedDecoration[R, R]], showReference: ~>[Ptr, [α]R])(implicit E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M]): M[Tree[R]]

    Serialize, cutting off cycles.

    Serialize, cutting off cycles. Pointers that would cause cycles will be handled by showReference.

  17. def eval[M[_]](deref: ~>[Ptr, M], decorateReferenced: ~>[Ptr, [α]IndexedDecoration[R, R]], decorateUnreferenced: ~>[Ptr, [α]IndexedDecoration[R, R]], showReference: ~>[Ptr, [α]R])(implicit E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M]): M[Tree[R]]

    Serialize, cutting off cycles.

    Serialize, cutting off cycles. Pointers that would cause cycles will be handled by showReference.

  18. def eval(showReference: ~>[Ptr, [α]R]): Lst[R]
  19. def flatMap[B](f: (A) => FreeObjectOutput[R, Ptr, B]): FreeObjectOutput[R, Ptr, B]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def printTree[M[_]](deref: ~>[Ptr, M], showRef: ~>[Ptr, [α]String], lineLimit: Int = 60, tab: String = " ", newLine: String = "\n")(decorateReferenced: ~>[Ptr, [α]IndexedDecoration[String, String]] = λ[Ptr ~> λ[α => Decoration[String]]](ref => Decoration(s"<def ${showRef(ref)}>", "</def>")), decorateUnreferenced: ~>[Ptr, [α]IndexedDecoration[String, String]] = λ[Ptr ~> λ[α => Decoration[String]]](ref => Decoration.naked), decorateReference: (String) => String = ref => s"<ref $ref/>")(implicit E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M], ev: ===[R, String]): M[String]
  27. def serialize[M[_]](implicit M: MonadObjectOutput[M, R, Ptr]): M[A]
  28. def showAutoLabeled[M[_]](deref: ~>[Ptr, M], showRef: ~>[Ptr, [α]String])(decorateReferenced: ~>[Ptr, [α]IndexedDecoration[String, String]] = λ[Ptr ~> λ[α => Decoration[String]]](ref => Decoration(s"<def ${showRef(ref)}>", "</def>")), decorateUnreferenced: ~>[Ptr, [α]IndexedDecoration[String, String]] = λ[Ptr ~> λ[α => Decoration[String]]](ref => Decoration.naked), decorateReference: (String) => String = ref => s"<ref $ref/>")(implicit E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M], ev: ===[R, String]): M[String]
  29. def showLabeled[M[_]](deref: ~>[Ptr, M], decorateContent: ~>[Ptr, [α]IndexedDecoration[R, R]], showReference: ~>[Ptr, [α]R])(implicit agg: Aggregator[StringBuilder, R], E: HEqualK[Ptr], M0: BindRec[M], M1: Applicative[M]): M[String]
  30. def showShallow(showReference: ~>[Ptr, [α]R])(implicit agg: Aggregator[StringBuilder, R]): String
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def writeTo[O](out: O)(implicit O: ObjectOutput[O, R, Ptr]): O

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped