Object/Trait

org.typelevel.paiges

Document

Related Docs: trait Document | package paiges

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait Ops[A] extends AnyRef

    Permalink
  2. trait ToDocumentOps 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. object FromToString extends Document[Any]

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

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
  9. implicit val documentByte: Document[Byte]

    Permalink
  10. implicit val documentChar: Document[Char]

    Permalink
  11. implicit val documentDouble: Document[Double]

    Permalink
  12. implicit val documentFloat: Document[Float]

    Permalink
  13. implicit val documentInt: Document[Int]

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

    Permalink
  15. implicit val documentLong: Document[Long]

    Permalink
  16. implicit val documentShort: Document[Short]

    Permalink
  17. implicit val documentString: Document[String]

    Permalink
  18. implicit val documentUnit: Document[Unit]

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

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

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

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

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

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

    Permalink
  25. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. object ops extends ToDocumentOps

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

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

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

    Permalink

    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.

  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped