object ToHtml
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToHtml
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[A](f: (A) ⇒ Html): ToHtml[A]
Creates an instance of ToHtml using the provided function.
-
implicit
def
arrayToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Array[A]]
Join all elements rendering.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
val
booleanToHtml: ToHtml[Boolean]
toString.
-
implicit
val
charToHtml: ToHtml[Char]
toString.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
val
doubleToHtml: ToHtml[Double]
toString.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
implicit
val
floatToHtml: ToHtml[Float]
toString.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
val
htmlToHtml: ToHtml[Html]
Identity function.
-
implicit
val
intToHtml: ToHtml[Int]
toString.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
listToHtml[A](implicit arg0: ToHtml[A]): ToHtml[List[A]]
Join all elements rendering.
-
implicit
val
longToHtml: ToHtml[Long]
toString.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
val
noneToHtml: ToHtml[None.type]
Empty.
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit
def
optionToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Option[A]]
Encode the content if available or empty.
-
implicit
def
seqToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Seq[A]]
Join all elements rendering.
-
implicit
def
setToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Set[A]]
Join all elements rendering.
-
implicit
def
someToHtml[A](implicit arg0: ToHtml[A]): ToHtml[Some[A]]
Encode the content.
-
implicit
val
stringToHtml: ToHtml[String]
Encode string with safe escape of < characters.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
val
unitToHtml: ToHtml[Unit]
Empty,
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )