flatgraph.traversal
package flatgraph.traversal
Members list
Type members
Classlikes
final class GenericSteps[A](iterator: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
trait Language
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
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