org.typelevel.paiges

Document

object Document

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Document
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Ops[A] extends AnyRef

  2. trait ToDocumentOps extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object FromToString extends Document[Any]

  7. def apply[A](implicit ev: Document[A]): Document[A]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit val documentBoolean: Document[Boolean]

  11. implicit val documentByte: Document[Byte]

  12. implicit val documentChar: Document[Char]

  13. implicit val documentDouble: Document[Double]

  14. implicit val documentFloat: Document[Float]

  15. implicit val documentInt: Document[Int]

  16. def documentIterable[A](name: String)(implicit ev: Document[A]): Document[Iterable[A]]

  17. implicit val documentLong: Document[Long]

  18. implicit val documentShort: Document[Short]

  19. implicit val documentString: Document[String]

  20. implicit val documentUnit: Document[Unit]

  21. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  26. def instance[A](f: (A) ⇒ Doc): Document[A]

  27. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. object ops extends ToDocumentOps

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def useToString[A]: Document[A]

    In general you will get better rendering and performance by writing your own instance of Document[A] using the document combinators.

    In general you will get better rendering and performance by writing your own instance of Document[A] using the document combinators. However, this method is provided as a convenience when these issues are not applicable.

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped