overflowdb.traversal
package overflowdb.traversal
Members list
Type members
Classlikes
object ChainedImplicitsTemp
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChainedImplicitsTemp.type
Typeclass to prevent type inferencer to default to Nothing
if no type parameter is given used e.g. for NodeTypeStarters:id
Typeclass to prevent type inferencer to default to Nothing
if no type parameter is given used e.g. for NodeTypeStarters:id
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object DefaultsToNode
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DefaultsToNode.type
final class EdgeTraversal[E <: Edge](val traversal: Iterator[E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class ElementTraversal[E <: Element](val traversal: Iterator[E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
trait Implicits
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ImplicitsTmp
object ImplicitsTmp extends Implicits
Attributes
- Supertypes
- Self type
-
ImplicitsTmp.type
class InitialTraversal[+A <: Node] extends Iterator[A]
Attributes
- Companion
- object
- Supertypes
-
trait Iterator[A]trait IterableOnceOps[A, Iterator, Iterator[A]]trait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
object InitialTraversal
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InitialTraversal.type
final implicit class JIterableOps[A](val jIterator: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class NodeOps[N <: Node](val node: N) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class NodeTraversal[E <: Node](val traversal: Iterator[E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class NumericTraversal[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
final class TraversalFilterExt[A](val iterator: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class TraversalLogicExt[A](val iterator: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class TraversalRepeatExt[A](val trav: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object TraversalSource
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TraversalSource.type
final class TraversalSugarExt[A](val iter: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class TraversalTrackingExt[A](val iterator: Iterator[A]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
Attributes
- Inherited from:
- Implicits
In this article