Class

org.lrng.binding.html.NodeBinding.Constant

ElementBuilder

Related Doc: package Constant

Permalink

final class ElementBuilder[+E <: Element] extends AnyVal

Source
html.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementBuilder
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to any2stringadd[ElementBuilder[E]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ElementBuilder[E], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to ArrowAssoc[ElementBuilder[E]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def applyEnd: ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  7. def applyNext(child: TextBuilder): Interpolated.ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  8. def applyNext(child: NodeBuilder[Node]): Interpolated.ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  9. def applyNext(child: Interpolated.ElementBuilder[Element]): Interpolated.ElementBuilder[E]

    Permalink
  10. def applyNext(child: ElementBuilder[Element]): Interpolated.ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  11. def applyNext[Property, Expected](child: PropertyBuilder[Property, Binding[Expected]])(implicit mountPointBuilder: MountPointBuilder[E, Property, Expected]): Interpolated.ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  12. def applyNext(child: AttributeBuilder)(implicit dummyImplicit: DummyImplicit = DummyImplicit.dummyImplicit): Interpolated.ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  13. def applyNext[Child](child: Binding[Child])(implicit bindableSeq: Lt[Child, Node]): Interpolated.ElementBuilder[E]

    Permalink
  14. def applyNext(child: Binding[String]): Interpolated.ElementBuilder[E]

    Permalink
  15. def applyNext[AttributeObject](child: Typed[AttributeObject])(implicit attributeSetter: AttributeSetter[E, AttributeObject]): ElementBuilder[E]

    Permalink
    Annotations
    @inline()
  16. def applyNext[AttributeObject](child: Untyped): ElementBuilder[E]

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

    Permalink
    Definition Classes
    Any
  18. def ensuring(cond: (ElementBuilder[E]) ⇒ Boolean, msg: ⇒ Any): ElementBuilder[E]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to Ensuring[ElementBuilder[E]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ElementBuilder[E]) ⇒ Boolean): ElementBuilder[E]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to Ensuring[ElementBuilder[E]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ElementBuilder[E]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to Ensuring[ElementBuilder[E]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ElementBuilder[E]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to Ensuring[ElementBuilder[E]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to StringFormat[ElementBuilder[E]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def toString(): String

    Permalink
    Definition Classes
    Any
  26. def [B](y: B): (ElementBuilder[E], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ElementBuilder[E] to ArrowAssoc[ElementBuilder[E]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from ElementBuilder[E] to any2stringadd[ElementBuilder[E]]

Inherited by implicit conversion StringFormat from ElementBuilder[E] to StringFormat[ElementBuilder[E]]

Inherited by implicit conversion Ensuring from ElementBuilder[E] to Ensuring[ElementBuilder[E]]

Inherited by implicit conversion ArrowAssoc from ElementBuilder[E] to ArrowAssoc[ElementBuilder[E]]

Ungrouped