flatgraph.traversal

Members list

Type members

Classlikes

final class EdgeSteps[A <: Edge](traversal: Iterator[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class GenericSteps[A](iterator: Iterator[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class NodeMethods(node: GNode) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class NodeSteps[A <: GNode](traversal: Iterator[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class NumericSteps[N](val traversal: Iterator[N]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class PathAwareTraversal[A](val wrapped: Iterator[(A, Vector[Any])]) extends Iterator[A]

Attributes

Supertypes
trait Iterator[A]
trait IterableOnceOps[A, Iterator, Iterator[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all
trait RepeatBehaviour[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object RepeatStep

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
RepeatStep.type
class RepeatStepIterator[A](element: A, repeatTraversal: A => Iterator[A], behaviour: RepeatBehaviour[A]) extends Iterator[A]

Attributes

Supertypes
trait Iterator[A]
trait IterableOnceOps[A, Iterator, Iterator[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all
object language extends language

Attributes

Companion
trait
Supertypes
trait language
class Object
trait Matchable
class Any
Self type
language.type
trait language

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object language