stream

object stream extends Path => Generator[Path]

Similar to os.list], except provides a os.Generator of results rather than accumulating all of them in memory. Useful if the result set is large.

trait Path => Generator[Path]
class Object
trait Matchable
class Any
stream.type

Value members

Concrete methods

def apply(arg: Path): Generator[Path]

Inherited methods

@unspecialized
def andThen[A](g: Generator[Path] => A): Path => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Path): A => Generator[Path]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1