NodeOps

overflowdb.traversal.NodeOps
final class NodeOps[N <: Node](val node: N) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def iterator: Iterator[N]

start a new Traversal with this Node, i.e. lift it into a Traversal

start a new Traversal with this Node, i.e. lift it into a Traversal

Attributes

def start: Iterator[N]

start a new Traversal with this Node, i.e. lift it into a Traversal. Will hopefully be deprecated in favor of "iterator"

start a new Traversal with this Node, i.e. lift it into a Traversal. Will hopefully be deprecated in favor of "iterator"

Attributes

Concrete fields

val node: N