object
IterableConst
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
-
implicit def
boxNodeSeq
(it: Box[NodeSeq]): IterableConst
-
implicit def
boxNodeSeqFunc
(it: Box[(NodeSeq) ⇒ NodeSeq]): IterableConst
-
implicit def
boxString
(it: Box[String]): IterableConst
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
-
-
implicit def
itNodeSeq
(it: List[NodeSeq]): IterableConst
-
implicit def
itNodeSeq
(it: Iterable[NodeSeq]): IterableConst
-
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
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
optionBindablePromotable
(it: Option[Bindable]): IterableConst
-
implicit def
optionNodeSeq
(it: Option[NodeSeq]): IterableConst
-
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
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
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]