Attributes
- Companion
- trait
- Source
- WalkOptions.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WalkOptions.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete fields
Default walk options, using a large chunk size, unlimited depth, and no link following.
Default walk options, using a large chunk size, unlimited depth, and no link following.
Attributes
- Source
- WalkOptions.scala
Like Default
but uses the maximum chunk size, hinting the implementation should perform all file system operations before emitting any paths.
Like Default
but uses the maximum chunk size, hinting the implementation should perform all file system operations before emitting any paths.
Attributes
- Source
- WalkOptions.scala
Like Default
but uses the minimum chunk size, hinting the implementation should perform minumum number of file system operations before emitting each path.
Like Default
but uses the minimum chunk size, hinting the implementation should perform minumum number of file system operations before emitting each path.
Attributes
- Source
- WalkOptions.scala