object IterableConst
The companion object that does the helpful promotion of common collection types into an IterableConst, e.g. Iterable[NodeSeq], Seq[String], Box[String], and Option[String]
- Alphabetic
- By Inheritance
- IterableConst
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def boxBindablePromotable(it: Box[Bindable]): IterableConst
- implicit def boxNodeSeq(it: Box[NodeSeq]): IterableConst
Converts anything that can be converted into an Box[NodeSeq]
- implicit def boxNodeSeqFunc(it: Box[(NodeSeq) => NodeSeq]): IterableConst
- implicit def boxString(it: Box[String]): IterableConst
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def itBindable(it: List[Bindable]): IterableConst
- implicit def itBindable(it: Iterable[Bindable]): IterableConst
- implicit def itNodeSeq(it: List[NodeSeq]): IterableConst
Converts anything that can be converted into an Iterable[NodeSeq] into an IterableConst.
Converts anything that can be converted into an Iterable[NodeSeq] into an IterableConst. This includes Seq[NodeSeq], Option[NodeSeq], and Box[NodeSeq]
- implicit def itNodeSeq(it: Iterable[NodeSeq]): IterableConst
Converts anything that can be converted into an Iterable[NodeSeq] into an IterableConst.
Converts anything that can be converted into an Iterable[NodeSeq] into an IterableConst. This includes Seq[NodeSeq]
- implicit def itNodeSeqFunc(it: List[(NodeSeq) => NodeSeq]): IterableConst
- implicit def itNodeSeqFunc(it: Iterable[(NodeSeq) => NodeSeq]): IterableConst
- implicit def itStringPromotable(it: Iterable[String]): IterableConst
- implicit def javaListStringPromotable(it: List[String]): IterableConst
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionBindablePromotable(it: Option[Bindable]): IterableConst
- implicit def optionNodeSeq(it: Option[NodeSeq]): IterableConst
Converts anything that can be converted into an Box[NodeSeq]
- implicit def optionNodeSeqFunc(it: Option[(NodeSeq) => NodeSeq]): IterableConst
- implicit def optionString(it: Option[String]): IterableConst
- implicit def optionStringPromotable[T](o: Option[T])(implicit view: (T) => StringPromotable): IterableConst
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()