RichTreeWalk

com.madgag.git.`package`.RichTreeWalk
implicit class RichTreeWalk(treeWalk: TreeWalk)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def exists(p: TreeWalk => Boolean): Boolean
def foreach[U](f: TreeWalk => U): Unit
def map[V](f: TreeWalk => V): Iterator[V]

Value parameters

f
  • note that the function must completely extract all information from the TreeWalk at the point of execution, the state of TreeWalk will be altered after execution.

Attributes

def slashPrefixedPath: String
def withFilter(p: TreeWalk => Boolean): TreeWalk