Instance Constructors
-
new
BasicPathSet
(parent: T, pathFilter: PathMatcher, depth: Int, self: Boolean, children: (T) ⇒ List[T])
-
new
BasicPathSet
(srcFiles: Iterable[T], pathFilter: PathMatcher, depth: Int, self: Boolean, children: (T) ⇒ List[T])
Type Members
-
type
Self
= Iterable[T]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
*
[U >: T, F]
(filter: F)(implicit factory: PathMatcherFactory[F]): PathSet[U]
-
def
**
[U >: T, F]
(filter: F)(implicit factory: PathMatcherFactory[F]): PathSet[U]
-
def
***
[U >: T]
: PathSet[U]
-
def
++
[B >: T, That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
++
[B >: T, That]
(that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
+++
[U >: T]
(includes: PathFinder[U]): PathSet[U]
-
def
++:
[B >: T, That]
(that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
++:
[B >: T, That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
---
[U >: T]
(excludes: PathFinder[U]): PathSet[U]
-
def
/
(literal: String): PathSet[T]
-
def
/:
[B]
(z: B)(op: (B, T) ⇒ B): B
-
def
/:\
[A1 >: T]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:\
[B]
(z: B)(op: (T, B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
\
(literal: String): PathSet[T]
-
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, T) ⇒ B, combop: (B, B) ⇒ B): B
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(that: Any): Boolean
-
def
clone
(): AnyRef
-
def
collect
[B, That]
(pf: PartialFunction[T, B])(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
collectFirst
[B]
(pf: PartialFunction[T, B]): Option[B]
-
def
companion
: GenericCompanion[Iterable]
-
def
copyToArray
[B >: T]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: T]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: T]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: T]
(dest: Buffer[B]): Unit
-
def
count
(p: (T) ⇒ Boolean): Int
-
def
drop
(n: Int): Iterable[T]
-
def
dropRight
(n: Int): Iterable[T]
-
def
dropWhile
(p: (T) ⇒ Boolean): Iterable[T]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exists
(p: (T) ⇒ Boolean): Boolean
-
def
filter
(p: (T) ⇒ Boolean): Iterable[T]
-
def
filterNot
(p: (T) ⇒ Boolean): Iterable[T]
-
def
finalize
(): Unit
-
def
find
(p: (T) ⇒ Boolean): Option[T]
-
def
flatMap
[B, That]
(f: (T) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
flatten
[B]
(implicit asTraversable: (T) ⇒ TraversableOnce[B]): Traversable[B]
-
def
fold
[A1 >: T]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, T) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: (T, B) ⇒ B): B
-
def
forall
(p: (T) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: (T) ⇒ U): Unit
-
def
genericBuilder
[B]
: Builder[B, Iterable[B]]
-
def
getClass
(): java.lang.Class[_]
-
def
groupBy
[K]
(f: (T) ⇒ K): Map[K, Iterable[T]]
-
def
grouped
(size: Int): Iterator[Iterable[T]]
-
def
hasDefiniteSize
: Boolean
-
def
hashCode
(): Int
-
def
head
: T
-
def
headOption
: Option[T]
-
def
init
: Iterable[T]
-
def
inits
: Iterator[Iterable[T]]
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraversableAgain
: Boolean
-
def
iterator
: Iterator[T]
-
def
last
: T
-
def
lastOption
: Option[T]
-
def
map
[B, That]
(f: (T) ⇒ B)(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
max
[B >: T]
(implicit cmp: Ordering[B]): T
-
def
maxBy
[B]
(f: (T) ⇒ B)(implicit cmp: Ordering[B]): T
-
def
min
[B >: T]
(implicit cmp: Ordering[B]): T
-
def
minBy
[B]
(f: (T) ⇒ B)(implicit cmp: Ordering[B]): T
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
: Builder[T, Iterable[T]]
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
par
: ParIterable[T]
-
def
parCombiner
: Combiner[T, ParIterable[T]]
-
def
partition
(p: (T) ⇒ Boolean): (Iterable[T], Iterable[T])
-
def
product
[B >: T]
(implicit num: Numeric[B]): B
-
def
reduce
[A1 >: T]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: T]
(op: (B, T) ⇒ B): B
-
def
reduceLeftOption
[B >: T]
(op: (B, T) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: T]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: T]
(op: (T, B) ⇒ B): B
-
def
reduceRightOption
[B >: T]
(op: (T, B) ⇒ B): Option[B]
-
def
repr
: Iterable[T]
-
def
reversed
: List[T]
-
def
sameElements
[B >: T]
(that: Iterable[B]): Boolean
-
def
sameElements
[B >: T]
(that: GenIterable[B]): Boolean
-
def
scan
[B >: T, That]
(z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[T], B, That]): That
-
def
scanLeft
[B, That]
(z: B)(op: (B, T) ⇒ B)(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
scanRight
[B, That]
(z: B)(op: (T, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[T], B, That]): That
-
def
seq
: Iterable[T]
-
def
size
: Int
-
def
slice
(from: Int, until: Int): Iterable[T]
-
def
sliding
[B >: T]
(size: Int, step: Int): Iterator[Iterable[T]]
-
def
sliding
[B >: T]
(size: Int): Iterator[Iterable[T]]
-
def
span
(p: (T) ⇒ Boolean): (Iterable[T], Iterable[T])
-
def
splitAt
(n: Int): (Iterable[T], Iterable[T])
-
def
stringPrefix
: String
-
def
sum
[B >: T]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tail
: Iterable[T]
-
def
tails
: Iterator[Iterable[T]]
-
def
take
(n: Int): Iterable[T]
-
def
takeRight
(n: Int): Iterable[T]
-
def
takeWhile
(p: (T) ⇒ Boolean): Iterable[T]
-
def
thisCollection
: Iterable[T]
-
def
toArray
[B >: T]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[B >: T]
: Buffer[B]
-
def
toCollection
(repr: Iterable[T]): Iterable[T]
-
def
toIndexedSeq
[B >: T]
: IndexedSeq[B]
-
def
toIterable
: Iterable[T]
-
def
toIterator
: Iterator[T]
-
def
toList
: List[T]
-
def
toMap
[T, U]
(implicit ev: <:<[T, (T, U)]): Map[T, U]
-
def
toSeq
: Seq[T]
-
def
toSet
[B >: T]
: Set[B]
-
def
toStream
: Stream[T]
-
def
toString
(): String
-
def
toTraversable
: Traversable[T]
-
def
transpose
[B]
(implicit asTraversable: (T) ⇒ TraversableOnce[B]): Traversable[Traversable[B]]
-
def
unzip
[A1, A2]
(implicit asPair: (T) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
-
def
unzip3
[A1, A2, A3]
(implicit asTriple: (T) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
-
def
view
(from: Int, until: Int): IterableView[T, Iterable[T]]
-
def
view
: IterableView[T, Iterable[T]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withFilter
(p: (T) ⇒ Boolean): FilterMonadic[T, Iterable[T]]
-
def
zip
[A1 >: T, B, That]
(that: Iterable[B])(implicit bf: CanBuildFrom[Iterable[T], (A1, B), That]): That
-
def
zip
[A1 >: T, B, That]
(that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[T], (A1, B), That]): That
-
def
zipAll
[B, A1 >: T, That]
(that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[T], (A1, B), That]): That
-
def
zipAll
[B, A1 >: T, That]
(that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[T], (A1, B), That]): That
-
def
zipWithIndex
[A1 >: T, That]
(implicit bf: CanBuildFrom[Iterable[T], (A1, Int), That]): That
Deprecated Value Members
-
def
elements
: Iterator[T]
-
def
first
: T
-
def
firstOption
: Option[T]
-
def
projection
: IterableView[T, Iterable[T]]
Inherited from Iterable[T]
Inherited from IterableLike[T, Iterable[T]]
Inherited from Equals
Inherited from GenIterable[T]
Inherited from GenIterableLike[T, Iterable[T]]
Inherited from Traversable[T]
Inherited from GenTraversable[T]
Inherited from GenericTraversableTemplate[T, Iterable]
Inherited from TraversableLike[T, Iterable[T]]
Inherited from GenTraversableLike[T, Iterable[T]]
Inherited from Parallelizable[T, ParIterable[T]]
Inherited from TraversableOnce[T]
Inherited from GenTraversableOnce[T]
Inherited from FilterMonadic[T, Iterable[T]]
Inherited from HasNewBuilder[T, Iterable[T]]
Inherited from AnyRef
Inherited from Any
Directory stream implementation to assist in implementing DirectoryStreams that are based on Paths.
@parent the path from where the PathSet is derived. The first entry of the PathSet is the first child of the parent path @pathFilter A filter to restrict the contents of the PathSet @depth The depth that the stream should traverse @children A function to use for retrieving the children of a particular path This method is used to retrieve the children of each directory