Scalax
|
|
scalax/io/FileTree.scala
]
class
FileTree(val
root : java.io.File)
extends
IteratorSeq[java.io.File]Method Summary | |
def
|
elements : Walk |
Methods inherited from IteratorSeq | |
apply, length, isEmpty |
Methods inherited from scala.Collection | |
scala.Collection.toString, scala.Collection.stringPrefix |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
Walk
extends scala.Iterator[java.io.File]
|
Method Details |
Scalax
|
|