Kind

scalax.collection.GraphTraversal$.Kind
trait Kind

Algebraic type for the kind of traversal.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BreadthFirst.type
object DepthFirst.type

Members list

Value members

Concrete methods

def isBsf: Boolean

Whether 'this' kind equals to BreadthFirst.

Whether 'this' kind equals to BreadthFirst.

Attributes