Object/Trait

lol.html

ToHtml

Related Docs: trait ToHtml | package html

Permalink

object ToHtml

Default instances for the ToHtml type class.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToHtml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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](f: (A) ⇒ Html): ToHtml[A]

    Permalink

    Creates an instance of ToHtml using the provided function.

  5. implicit def arrayToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Array[A]]

    Permalink

    Join all elements rendering.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit val booleanToHtml: ToHtml[Boolean]

    Permalink

    toString.

  8. implicit val charToHtml: ToHtml[Char]

    Permalink

    toString.

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. implicit val doubleToHtml: ToHtml[Double]

    Permalink

    toString.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. implicit val floatToHtml: ToHtml[Float]

    Permalink

    toString.

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. implicit val htmlToHtml: ToHtml[Html]

    Permalink

    Identity function.

  17. implicit val intToHtml: ToHtml[Int]

    Permalink

    toString.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. implicit def listToHtml[A](implicit arg0: ToHtml[A]): ToHtml[List[A]]

    Permalink

    Join all elements rendering.

  20. implicit val longToHtml: ToHtml[Long]

    Permalink

    toString.

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

    Permalink
    Definition Classes
    AnyRef
  22. implicit val noneToHtml: ToHtml[None.type]

    Permalink

    Empty.

  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. implicit def optionToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Option[A]]

    Permalink

    Encode the content if available or empty.

  26. implicit def seqToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Seq[A]]

    Permalink

    Join all elements rendering.

  27. implicit def setToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Set[A]]

    Permalink

    Join all elements rendering.

  28. implicit def someToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Some[A]]

    Permalink

    Encode the content.

  29. implicit val stringToHtml: ToHtml[String]

    Permalink

    Encode string with safe escape of < characters.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. implicit val unitToHtml: ToHtml[Unit]

    Permalink

    Empty,

  33. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped