flatgraph.traversal
package flatgraph.traversal
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class GenericSteps[A](iterator: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class NodeMethods(node: GNode) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class NodeSteps[A <: GNode](traversal: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class NumericSteps[N](val traversal: Iterator[N]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
object PathAwareRepeatStep
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PathAwareRepeatStep.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 Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object RepeatBehaviour
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RepeatBehaviour.type
object RepeatStep
Attributes
- Supertypes
-
class Objecttrait Matchableclass 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 Objecttrait Matchableclass AnyShow all
In this article