class
Preceding extends Iterable[xml.XmlPath]
Instance Constructors
-
new
Preceding(initial: xml.XmlPath)
Type Members
-
-
class
WithFilter extends FilterMonadic[A, Repr]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++[B >: xml.XmlPath, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
++:[B >: xml.XmlPath, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
++:[B >: xml.XmlPath, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
/:[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B
-
def
:\[B](z: B)(op: (xml.XmlPath, B) ⇒ B): B
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addString(b: StringBuilder): StringBuilder
-
def
addString(b: StringBuilder, sep: String): StringBuilder
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: B)(seqop: (B, xml.XmlPath) ⇒ B, combop: (B, B) ⇒ B): B
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
def
collect[B, That](pf: PartialFunction[xml.XmlPath, B])(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
collectFirst[B](pf: PartialFunction[xml.XmlPath, B]): Option[B]
-
def
companion: GenericCompanion[Iterable]
-
def
copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: xml.XmlPath](xs: Array[B]): Unit
-
def
copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: xml.XmlPath](dest: Buffer[B]): Unit
-
def
count(p: (xml.XmlPath) ⇒ Boolean): Int
-
def
drop(n: Int): Iterable[xml.XmlPath]
-
def
dropRight(n: Int): Iterable[xml.XmlPath]
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(p: (xml.XmlPath) ⇒ Boolean): Boolean
-
-
-
def
finalize(): Unit
-
-
def
flatMap[B, That](f: (xml.XmlPath) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
flatten[B](implicit asTraversable: (xml.XmlPath) ⇒ GenTraversableOnce[B]): Iterable[B]
-
def
fold[A1 >: xml.XmlPath](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B
-
def
foldRight[B](z: B)(op: (xml.XmlPath, B) ⇒ B): B
-
def
forall(p: (xml.XmlPath) ⇒ Boolean): Boolean
-
def
foreach[U](f: (xml.XmlPath) ⇒ U): Unit
-
def
genericBuilder[B]: Builder[B, Iterable[B]]
-
final
def
getClass(): Class[_]
-
def
groupBy[K](f: (xml.XmlPath) ⇒ K): Map[K, Iterable[xml.XmlPath]]
-
def
grouped(size: Int): Iterator[Iterable[xml.XmlPath]]
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
-
def
headOption: Option[xml.XmlPath]
-
-
-
def
inits: Iterator[Iterable[xml.XmlPath]]
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
-
-
def
lastOption: Option[xml.XmlPath]
-
def
map[B, That](f: (xml.XmlPath) ⇒ B)(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
-
def
maxBy[B](f: (xml.XmlPath) ⇒ B)(implicit cmp: Ordering[B]): xml.XmlPath
-
-
def
minBy[B](f: (xml.XmlPath) ⇒ B)(implicit cmp: Ordering[B]): xml.XmlPath
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
-
-
def
product[B >: xml.XmlPath](implicit num: Numeric[B]): B
-
def
reduce[A1 >: xml.XmlPath](op: (A1, A1) ⇒ A1): A1
-
-
def
reduceLeftOption[B >: xml.XmlPath](op: (B, xml.XmlPath) ⇒ B): Option[B]
-
def
reduceOption[A1 >: xml.XmlPath](op: (A1, A1) ⇒ A1): Option[A1]
-
-
def
reduceRightOption[B >: xml.XmlPath](op: (xml.XmlPath, B) ⇒ B): Option[B]
-
-
-
def
sameElements[B >: xml.XmlPath](that: GenIterable[B]): Boolean
-
def
scan[B >: xml.XmlPath, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, xml.XmlPath) ⇒ B)(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
def
scanRight[B, That](z: B)(op: (xml.XmlPath, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], B, That]): That
-
-
def
size: Int
-
def
slice(from: Int, until: Int): Iterable[xml.XmlPath]
-
def
sliding(size: Int, step: Int): Iterator[Iterable[xml.XmlPath]]
-
def
sliding(size: Int): Iterator[Iterable[xml.XmlPath]]
-
-
def
splitAt(n: Int): (Iterable[xml.XmlPath], Iterable[xml.XmlPath])
-
def
stringPrefix: String
-
def
sum[B >: xml.XmlPath](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
tails: Iterator[Iterable[xml.XmlPath]]
-
def
take(n: Int): Iterable[xml.XmlPath]
-
def
takeRight(n: Int): Iterable[xml.XmlPath]
-
-
def
thisCollection: Iterable[xml.XmlPath]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, xml.XmlPath, Col[xml.XmlPath]]): Col[xml.XmlPath]
-
def
toArray[B >: xml.XmlPath](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[B >: xml.XmlPath]: Buffer[B]
-
def
toCollection(repr: Iterable[xml.XmlPath]): Iterable[xml.XmlPath]
-
def
toIndexedSeq: IndexedSeq[xml.XmlPath]
-
def
toIterable: Iterable[xml.XmlPath]
-
def
toIterator: Iterator[xml.XmlPath]
-
-
def
toMap[T, U](implicit ev: <:<[xml.XmlPath, (T, U)]): Map[T, U]
-
-
def
toSet[B >: xml.XmlPath]: Set[B]
-
-
def
toString(): String
-
def
toTraversable: Traversable[xml.XmlPath]
-
-
def
transpose[B](implicit asTraversable: (xml.XmlPath) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]
-
def
unzip[A1, A2](implicit asPair: (xml.XmlPath) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
-
def
unzip3[A1, A2, A3](implicit asTriple: (xml.XmlPath) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
-
def
view(from: Int, until: Int): IterableView[xml.XmlPath, Iterable[xml.XmlPath]]
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
zip[A1 >: xml.XmlPath, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], (A1, B), That]): That
-
def
zipAll[B, A1 >: xml.XmlPath, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[xml.XmlPath], (A1, B), That]): That
-
def
zipWithIndex[A1 >: xml.XmlPath, That](implicit bf: CanBuildFrom[Iterable[xml.XmlPath], (A1, Int), That]): That
Deprecated Value Members
-
def
/:\[A1 >: xml.XmlPath](z: A1)(op: (A1, A1) ⇒ A1): A1
Inherited from Equals
Inherited from GenericTraversableTemplate[xml.XmlPath, Iterable]
Inherited from AnyRef
Inherited from Any
Iterates over paths using reverse document order and, as per the preceding_:: axis, skips all ancestors.