Packages

final class Interpolated extends BindingSeq[Node]

Source
html.scala
Linear Supertypes
BindingSeq[Node], BindingSeq2Or3[Node], Watchable[Node], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interpolated
  2. BindingSeq
  3. BindingSeq2Or3
  4. Watchable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type All[+A] = Seq[A]
    Definition Classes
    Interpolated → BindingSeq

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Interpolated toany2stringadd[Interpolated] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Interpolated, B)
    Implicit
    This member is added by an implicit conversion from Interpolated toArrowAssoc[Interpolated] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addPatchedListener(listener: PatchedListener[Node]): Unit
    Attributes
    protected
    Definition Classes
    Interpolated → BindingSeq
  7. final def all: Binding[All[Node]]
    Definition Classes
    BindingSeq
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def ensuring(cond: (Interpolated) => Boolean, msg: => Any): Interpolated
    Implicit
    This member is added by an implicit conversion from Interpolated toEnsuring[Interpolated] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Interpolated) => Boolean): Interpolated
    Implicit
    This member is added by an implicit conversion from Interpolated toEnsuring[Interpolated] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): Interpolated
    Implicit
    This member is added by an implicit conversion from Interpolated toEnsuring[Interpolated] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Interpolated
    Implicit
    This member is added by an implicit conversion from Interpolated toEnsuring[Interpolated] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. macro def flatMap[B](f: (Node) => BindingSeq[B]): BindingSeq[B]
    Definition Classes
    BindingSeq2Or3
  17. final def flatMapBinding[B](f: (Node) => Binding[BindingSeq[B]]): BindingSeq[B]
    Definition Classes
    BindingSeq
    Annotations
    @inline()
  18. macro def foreach[U](f: (Node) => U): Unit
    Definition Classes
    BindingSeq2Or3
  19. def foreachBinding[U](f: (Node) => Binding[U]): Binding[Unit]
    Definition Classes
    BindingSeq
    Annotations
    @inline()
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Interpolated toStringFormat[Interpolated] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def isEmpty: Binding[Boolean]
    Definition Classes
    BindingSeq
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def length: Binding[Int]
    Definition Classes
    BindingSeq
  26. macro def map[B](f: (Node) => B): BindingSeq[B]
    Definition Classes
    BindingSeq2Or3
  27. final def mapBinding[B](f: (Node) => Binding[B]): BindingSeq[B]
    Definition Classes
    BindingSeq
    Annotations
    @inline()
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def nonEmpty: Binding[Boolean]
    Definition Classes
    BindingSeq
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def removePatchedListener(listener: PatchedListener[Node]): Unit
    Attributes
    protected
    Definition Classes
    Interpolated → BindingSeq
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def unwatch(): Unit
    Definition Classes
    BindingSeq → Watchable
    Annotations
    @inline()
  36. def value: Seq[Node]
    Definition Classes
    Interpolated → BindingSeq
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def watch(): Unit
    Definition Classes
    BindingSeq → Watchable
    Annotations
    @inline()
  41. macro def withFilter(condition: (Node) => Boolean): WithFilter[Node]
    Definition Classes
    BindingSeq2Or3
  42. final def withFilterBinding(condition: (Node) => Binding[Boolean]): WithFilter[Node]
    Definition Classes
    BindingSeq
    Annotations
    @inline()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (Interpolated, B)
    Implicit
    This member is added by an implicit conversion from Interpolated toArrowAssoc[Interpolated] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from BindingSeq[Node]

Inherited from BindingSeq2Or3[Node]

Inherited from Watchable[Node]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromInterpolated to any2stringadd[Interpolated]

Inherited by implicit conversion StringFormat fromInterpolated to StringFormat[Interpolated]

Inherited by implicit conversion Ensuring fromInterpolated to Ensuring[Interpolated]

Inherited by implicit conversion ArrowAssoc fromInterpolated to ArrowAssoc[Interpolated]

Ungrouped