WalkOptions

fs2.io.file.WalkOptions
See theWalkOptions companion trait
object WalkOptions

Attributes

Companion
trait
Source
WalkOptions.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

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