Object/Trait

quasar

RenderTree

Related Docs: trait RenderTree | package quasar

Permalink

object RenderTree extends RenderTreeInstances with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenderTree
  2. Serializable
  3. Serializable
  4. RenderTreeInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AllOps[A] extends Ops[A]

    Permalink
  2. trait Ops[A] extends AnyRef

    Permalink
  3. trait ToRenderTreeOps extends AnyRef

    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 apply[A](implicit instance: RenderTree[A]): RenderTree[A]

    Permalink
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def cofreeRenderTree[F[_], A](implicit arg0: RenderTree[A], RF: ~>[RenderTree, [α]RenderTree[F[α]]]): RenderTree[Cofree[F, A]]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit def fixRenderTree[F[_]](implicit RF: ~>[RenderTree, [α]RenderTree[F[α]]]): RenderTree[Fix[F]]

    Permalink
  12. def fromToString[A](simpleType: String): RenderTree[A] { val nodeType: List[quasar.Predef.String] }

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. object nonInheritedOps extends ToRenderTreeOps

    Permalink
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. implicit def ntRenderTree[F[_], A](implicit arg0: RenderTree[A], F: ~>[RenderTree, [A]RenderTree[F[A]]]): RenderTree[F[A]]

    Permalink
  21. object ops

    Permalink
  22. def print[A](label: String, a: A)(implicit arg0: RenderTree[A]): Unit

    Permalink

    For use with <|, mostly.

  23. implicit def recursiveRenderTree[T[_[_]], F[_]](implicit arg0: Recursive[T], arg1: Functor[F], F: ~>[RenderTree, [A]RenderTree[F[A]]]): RenderTree[T[F]]

    Permalink
    Definition Classes
    RenderTreeInstances
  24. implicit val renderTreeUnit: RenderTree[Unit]

    Permalink
    Definition Classes
    RenderTreeInstances
  25. def showGraphviz[A](a: A)(implicit RA: RenderTree[A]): Cord

    Permalink
  26. def showSwing[A](as: A*)(implicit RA: RenderTree[A]): Unit

    Permalink

    (Effectfully) adds the given object(s) to a crude UI which shows them as trees that can be interactively explored.

    (Effectfully) adds the given object(s) to a crude UI which shows them as trees that can be interactively explored. Can be used with unsafeTap aka <| to capture a value from the middle of some expression.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val windowCount: AtomicInteger

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from RenderTreeInstances

Inherited from AnyRef

Inherited from Any

Ungrouped