Packages

trait Impl[A, +This <: GraphTraversalImpl.Traverser[A, This] with GraphTraversalImpl.Impl[A, This]] extends GraphTraversalImpl.TraverserMethods[A, This] with GraphTraversalImpl.Traverser[A, This]

Attributes
protected[collection]
Self Type
This
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Impl
  2. Traverser
  3. ForeachBasedDetachingIterable
  4. Iterable
  5. IterableFactoryDefaults
  6. IterableOps
  7. IterableOnceOps
  8. IterableOnce
  9. Properties
  10. SubgraphProperties
  11. TraverserMethods
  12. FluentProperties
  13. AnyRef
  14. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by ChainingOps
  3. by EdgeAssoc
  4. by anyToNode
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Runner[U] extends AnyRef

    Contains algorithms and local values to be used by the algorithms.

    Contains algorithms and local values to be used by the algorithms. Last target reusability and best possible run-time performance.

    Attributes
    protected
  2. abstract class StopCondition extends (NodeT, Int, Int) => Boolean
    Attributes
    protected

Abstract Value Members

  1. abstract def edgeVisitor[U](f: (A) => U): (GraphTraversalImpl.EdgeT) => U
    Attributes
    protected
    Definition Classes
    TraverserMethods
  2. abstract def newTraverser: (NodeT, Parameters, GraphTraversalImpl.NodeFilter, GraphTraversalImpl.EdgeFilter, GraphTraversalImpl.ElemOrdering, Option[GraphTraversalImpl.Weight]) => This
    Attributes
    protected
    Definition Classes
    FluentProperties
  3. abstract def nodeVisitor[U](f: (A) => U): (NodeT) => U
    Attributes
    protected
    Definition Classes
    TraverserMethods
  4. abstract def ordering: GraphTraversalImpl.ElemOrdering

    $ORD

    $ORD

    Definition Classes
    Properties
  5. abstract def parameters: Parameters

    $PARAMETERS

    $PARAMETERS

    Definition Classes
    Properties
  6. abstract def root: NodeT

    $ROOT

    $ROOT

    Definition Classes
    Properties
  7. abstract def subgraphEdges: GraphTraversalImpl.EdgeFilter

    $SUBGRAPHEDGES

    $SUBGRAPHEDGES

    Definition Classes
    SubgraphProperties
  8. abstract def subgraphNodes: GraphTraversalImpl.NodeFilter

    $SUBGRAPHNODES

    $SUBGRAPHNODES

    Definition Classes
    SubgraphProperties

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toany2stringadd[GraphTraversalImpl.Impl[A, This]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: A](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (GraphTraversalImpl.Impl[A, This], B)
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toArrowAssoc[GraphTraversalImpl.Impl[A, This]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  8. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  9. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def apply[U](pred: GraphTraversalImpl.NodeFilter = noNode, visitor: (A) => U = Visitor.empty): Option[NodeT]
    Attributes
    protected
    Definition Classes
    ImplTraverserMethods
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def autarkicForeach[U](f: (A) => U): Unit
    Attributes
    protected
    Definition Classes
    TraverserForeachBasedDetachingIterable
  13. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. final def coll: Impl.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  16. final def collect[B](pf: PartialFunction[A, B]): Iterable[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  17. final def collectFirst[B](pf: PartialFunction[A, B]): Option[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  18. def concat[B >: A](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  19. def copyToArray[B >: A](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  20. def copyToArray[B >: A](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  21. def copyToArray[B >: A](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  22. def corresponds[B](that: scala.collection.IterableOnce[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  23. final def count(p: (A) => Boolean): Int
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  24. final def drop(n: Int): This.CC[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
    Annotations
    @inline()
  25. def dropRight(n: Int): Iterable[A]
    Definition Classes
    IterableOps
  26. final def dropWhile(p: (A) => Boolean): This.CC[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  27. def empty: Iterable[A]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  28. def ensuring(cond: (GraphTraversalImpl.Impl[A, This]) => Boolean, msg: => Any): GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEnsuring[GraphTraversalImpl.Impl[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (GraphTraversalImpl.Impl[A, This]) => Boolean): GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEnsuring[GraphTraversalImpl.Impl[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: => Any): GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEnsuring[GraphTraversalImpl.Impl[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEnsuring[GraphTraversalImpl.Impl[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  34. final def exists(p: (A) => Boolean): Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  35. final def filter(p: (A) => Boolean): This.CC[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
    Annotations
    @inline()
  36. final def filterNot(p: (A) => Boolean): This.CC[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
    Annotations
    @inline()
  37. final def find(p: (A) => Boolean): Option[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  38. final def findConnected[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) => U = empty): Option[NodeT]

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds $CONSIDERING For directed or mixed graphs the node to be found is weakly connected with this node.

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds $CONSIDERING For directed or mixed graphs the node to be found is weakly connected with this node. root itself does not count as a match. This is also true if it has a hook. If several connected nodes exist with pred the algorithm selects any one of these.

    pred

    The predicate which must hold true for the resulting node.

    visitor

    $OPTVISITOR

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no connection to such a node or
    3. there exists a connection to such a node but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
  39. final def findCycle[U](implicit visitor: (A) => U = Visitor.empty): Option[GraphTraversalImpl.Cycle]

    Finds a cycle starting the search at root $INTOACC, if any.

    Finds a cycle starting the search at root $INTOACC, if any. The resulting cycle may start at any node connected with this node.

    visitor

    $OPTVISITOR

    returns

    A cycle or None if either

    1. there exists no cycle in the component depicting by root or
    2. there exists a cycle in the component but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  40. final def findPredecessor[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) => U = empty): Option[NodeT]

    Finds a predecessor of root for which the predicate pred holds $CONSIDERING root itself does not count as a match.

    Finds a predecessor of root for which the predicate pred holds $CONSIDERING root itself does not count as a match. This is also true if it has a hook. If several predecessors exist the algorithm selects the first of them found.

    pred

    The predicate which must hold true for the resulting node.

    visitor

    $OPTVISITOR

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path from such a node to this node or
    3. there exists a path from such a node to root but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
  41. final def findSuccessor[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) => U = empty): Option[NodeT]

    Finds a successor of root for which the predicate pred holds $CONSIDERING root itself does not count as a match.

    Finds a successor of root for which the predicate pred holds $CONSIDERING root itself does not count as a match. This is also true if it has a hook. If several successors holding pred exist any one of them may be returned.

    pred

    The predicate which must hold for the resulting node.

    visitor

    $OPTVISITOR

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path to such a node or
    3. there exists a path to such a node but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
  42. final def flatMap[B](f: (A) => IterableOnce[B]): Iterable[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  43. def flatten[B](implicit asIterable: (A) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  44. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  45. final def foldLeft[B](z: B)(op: (B, A) => B): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  46. def foldRight[B](z: B)(op: (A, B) => B): B
    Definition Classes
    IterableOnceOps
  47. final def forall(p: (A) => Boolean): Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  48. final def foreach[U](f: (A) => U): Unit
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  49. def fromSpecific(coll: scala.collection.IterableOnce[A]): Iterable[A]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  50. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. def groupBy[K](f: (A) => K): Map[K, Iterable[A]]
    Definition Classes
    IterableOps
  52. def groupMap[K, B](key: (A) => K)(f: (A) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  53. def groupMapReduce[K, B](key: (A) => K)(f: (A) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  54. def grouped(size: Int): Iterator[Iterable[A]]
    Definition Classes
    IterableOps
  55. final def hasPredecessor[U](potentialPredecessor: NodeT)(implicit visitor: (A) => U = empty): Boolean

    Checks whether potentialPredecessor is a predecessor of root $CONSIDERING Same as isSuccessorOf.

    Checks whether potentialPredecessor is a predecessor of root $CONSIDERING Same as isSuccessorOf.

    potentialPredecessor

    The node which is potentially a predecessor of root.

    visitor

    $OPTVISITOR

    returns

    true if a path exists from potentialPredecessor to root and it had not to be excluded due to subgraph properties.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  56. final def hasSuccessor[U](potentialSuccessor: NodeT)(implicit visitor: (A) => U = empty): Boolean

    Checks whether potentialSuccessor is a successor of this node $CONSIDERING Same as isPredecessorOf.

    Checks whether potentialSuccessor is a successor of this node $CONSIDERING Same as isPredecessorOf.

    potentialSuccessor

    The node which is potentially a successor of this node.

    visitor

    $OPTVISITOR

    returns

    true if a path exists from this node to potentialSuccessor and it had not to be excluded due to a subgraph* restriction.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. final def head: A
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps
  59. final def headOption: Option[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps
  60. def init: Iterable[A]
    Definition Classes
    IterableOps
  61. def inits: Iterator[Iterable[A]]
    Definition Classes
    IterableOps
  62. final def isConnectedWith[U](potentialConnected: NodeT)(implicit visitor: (A) => U = empty): Boolean

    Checks whether potentialConnected is a node (not necessarily directly) connected with root by any number of edges with any direction $CONSIDERING For directed or mixed graphs it is satisfactory that potentialConnected is weakly connected with root.

    Checks whether potentialConnected is a node (not necessarily directly) connected with root by any number of edges with any direction $CONSIDERING For directed or mixed graphs it is satisfactory that potentialConnected is weakly connected with root.

    potentialConnected

    The node which is potentially connected with root.

    visitor

    $OPTVISITOR

    returns

    true if a path exists from this node to potentialConnected and it had not to be excluded due to subgraph properties.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  63. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  64. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  65. final def isEmpty: Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  66. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  69. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  70. final def isPredecessorOf[U](potentialSuccessor: NodeT)(implicit visitor: (A) => U = empty): Boolean

    Same as hasSuccessor.

    Same as hasSuccessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  71. final def isSuccessorOf[U](potentialPredecessor: NodeT)(implicit visitor: (A) => U = empty): Boolean

    Same as hasPredecessor.

    Same as hasPredecessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  72. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  73. def iterableFactory: IterableFactory[Vector]
    Definition Classes
    ForeachBasedDetachingIterable → Iterable → IterableOps
  74. def iterator: Iterator[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnce
  75. def knownSize: Int
    Definition Classes
    IterableOnce
  76. def last: A
    Definition Classes
    IterableOps
  77. def lastOption: Option[A]
    Definition Classes
    IterableOps
  78. def lazyZip[B](that: Iterable[B]): LazyZip2[A, B, Impl.this.type]
    Definition Classes
    Iterable
  79. final def map[B](f: (A) => B): Iterable[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  80. final def max[B >: A](implicit ord: Ordering[B]): A
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  81. final def maxBy[B](f: (A) => B)(implicit cmp: Ordering[B]): A
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  82. final def maxByOption[B](f: (A) => B)(implicit cmp: Ordering[B]): Option[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  83. final def maxOption[B >: A](implicit ord: Ordering[B]): Option[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  84. def maxWeight: Option[GraphTraversalImpl.Weight]

    $MAXWEIGHT

    $MAXWEIGHT

    Definition Classes
    Properties
  85. final def min[B >: A](implicit ord: Ordering[B]): A
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  86. final def minBy[B](f: (A) => B)(implicit cmp: Ordering[B]): A
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  87. final def minByOption[B](f: (A) => B)(implicit cmp: Ordering[B]): Option[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  88. final def minOption[B >: A](implicit ord: Ordering[B]): Option[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  89. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  90. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  91. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  92. val n1: GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEdgeAssoc[GraphTraversalImpl.Impl[A, This]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  93. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  94. def newSpecificBuilder: Builder[A, Iterable[A]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  95. final def nonEmpty: Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  96. final def nonOverflowingOrderMultipliedBy_2(): Int
    Attributes
    protected
    Definition Classes
    Traverser
  97. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  98. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  99. final def partOfCycle[U](implicit visitor: (A) => U = Visitor.empty): Option[GraphTraversalImpl.Cycle]

    Finds a cycle that contains root $INTOACC.

    Finds a cycle that contains root $INTOACC. Irrespective of the current setting for kind, DepthFirst is used internally.

    visitor

    $OPTVISITOR

    returns

    A cycle containing root or None if either

    1. there exists no cycle containing root or
    2. there exists such a cycle but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  100. def partition(p: (A) => Boolean): (Iterable[A], Iterable[A])
    Definition Classes
    IterableOps
  101. def partitionMap[A1, A2](f: (A) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  102. final def pathTo[U](potentialSuccessor: NodeT)(implicit visitor: (A) => U = empty): Option[GraphTraversalImpl.Path]

    Finds a path from root to potentialSuccessor $CONSIDERING

    Finds a path from root to potentialSuccessor $CONSIDERING

    potentialSuccessor

    The node a path is to be found to.

    visitor

    $OPTVISITOR

    returns

    A path to potentialSuccessor or None if either

    1. there is no node with pred or
    2. there exists no path to such a node
    Definition Classes
    TraverserMethods
  103. final def pathUntil[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) => U = Visitor.empty): Option[GraphTraversalImpl.Path]

    Finds a path from root to a successor of root for which pred holds $CONSIDERING root itself does not count as a match.

    Finds a path from root to a successor of root for which pred holds $CONSIDERING root itself does not count as a match. This is also true if it has a hook. If several successors exist the algorithm selects any one of these.

    pred

    The predicate which must hold true for the successor.

    visitor

    $OPTVISITOR

    returns

    A path to a node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path to such a node or
    3. there exists a path to such a node but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  104. final def pathUntil_[U](pred: GraphTraversalImpl.NodeFilter, visitor: (A) => U = Visitor.empty, maybeHandle: Option[Handle] = None): Option[GraphTraversalImpl.Path]
    Attributes
    protected[TraverserImpl[N, E]]
  105. def pipe[B](f: (GraphTraversalImpl.Impl[A, This]) => B): B
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toChainingOps[GraphTraversalImpl.Impl[A, This]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  106. final def product[B >: A](implicit num: Numeric[B]): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  107. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  108. final def reduce[B >: A](op: (B, B) => B): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  109. final def reduceLeft[B >: A](op: (B, A) => B): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  110. final def reduceLeftOption[B >: A](op: (B, A) => B): Option[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  111. final def reduceOption[B >: A](op: (B, B) => B): Option[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  112. def reduceRight[B >: A](op: (A, B) => B): B
    Definition Classes
    IterableOnceOps
  113. def reduceRightOption[B >: A](op: (A, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  114. final def requireSuccessors[A](block: => A): A
    Attributes
    protected
    Definition Classes
    TraverserMethods
  115. def reversed: Iterable[A]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  116. def scan[B >: A](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  117. final def scanLeft[B](z: B)(op: (B, A) => B): This.CC[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  118. def scanRight[B](z: B)(op: (A, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  119. val self: GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toChainingOps[GraphTraversalImpl.Impl[A, This]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  120. final def shortestPathTo[T, U](potentialSuccessor: NodeT, weight: (GraphTraversalImpl.EdgeT) => T, visitor: (A) => U)(implicit arg0: Numeric[T]): Option[GraphTraversalImpl.Path]

    Finds the shortest path from root to potentialSuccessor $CONSIDERING The calculation is based on the weight of the edges on the path.

    Finds the shortest path from root to potentialSuccessor $CONSIDERING The calculation is based on the weight of the edges on the path. Edges have a default weight of 1L that can be overridden by custom edges. A weight function yielding any numeric type may also be passed to shortestPathTo.

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

    Function to determine the weight of edges. If supplied, this function takes precedence over edge weights.

    visitor

    $OPTVISITOR

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  121. final def shortestPathTo[T](potentialSuccessor: NodeT, weight: (GraphTraversalImpl.EdgeT) => T)(implicit arg0: Numeric[T]): Option[GraphTraversalImpl.Path]

    Finds the shortest path from root to potentialSuccessor $CONSIDERING The calculation is based on the weight of the edges on the path.

    Finds the shortest path from root to potentialSuccessor $CONSIDERING The calculation is based on the weight of the edges on the path. Edges have a default weight of 1L that can be overridden by custom edges. A weight function yielding any numeric type may also be passed to shortestPathTo.

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

    Function to determine the weight of edges. If supplied, this function takes precedence over edge weights.

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  122. final def shortestPathTo[U](potentialSuccessor: NodeT)(implicit visitor: (A) => U = empty): Option[GraphTraversalImpl.Path]

    Finds the shortest path from root to potentialSuccessor $CONSIDERING The calculation is based on the weight of the edges on the path.

    Finds the shortest path from root to potentialSuccessor $CONSIDERING The calculation is based on the weight of the edges on the path. Edges have a default weight of 1L that can be overridden by custom edges. A weight function yielding any numeric type may also be passed to shortestPathTo.

    potentialSuccessor

    The node the shortest path is to be found to.

    visitor

    $OPTVISITOR

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  123. final def size: Int
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  124. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  125. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  126. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  127. final def slice(from: Int, until: Int): This.CC[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  128. def sliding(size: Int, step: Int): Iterator[Iterable[A]]
    Definition Classes
    IterableOps
  129. def sliding(size: Int): Iterator[Iterable[A]]
    Definition Classes
    IterableOps
  130. final def span(p: (A) => Boolean): (This.CC[A], This.CC[A])
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  131. final def splitAt(n: Int): (This.CC[A], This.CC[A])
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  132. def stepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S
    Definition Classes
    IterableOnce
  133. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding()
  134. final def strongComponents[U](implicit visitor: (A) => U = Visitor.empty): Iterable[GraphTraversalImpl.Component]

    Finds all strongly connected components reachable from this node.

    Finds all strongly connected components reachable from this node. $SEEFLUENT

    visitor

    Function to be called for each inner node or inner edge visited during the search.

    Definition Classes
    ImplTraverserMethods
  135. final def sum[B >: A](implicit num: Numeric[B]): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  136. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  137. def tail: Iterable[A]
    Definition Classes
    IterableOps
  138. def tails: Iterator[Iterable[A]]
    Definition Classes
    IterableOps
  139. final def take(n: Int): Iterable[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  140. def takeRight(n: Int): Iterable[A]
    Definition Classes
    IterableOps
  141. final def takeWhile(p: (A) => Boolean): This.CC[A]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  142. def tap[U](f: (GraphTraversalImpl.Impl[A, This]) => U): GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toChainingOps[GraphTraversalImpl.Impl[A, This]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  143. def tapEach[U](f: (A) => U): Iterable[A]
    Definition Classes
    IterableOps → IterableOnceOps
  144. final def to[C1](factory: Factory[A, C1]): C1
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  145. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  146. final def toBuffer[B >: A]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  147. final def toGraph: Graph[N, E]

    Completes a traversal and creates a new connected graph populated with the elements visited.

    Completes a traversal and creates a new connected graph populated with the elements visited.

    Definition Classes
    Traverser
  148. def toIndexedSeq: IndexedSeq[A]
    Definition Classes
    IterableOnceOps
  149. final def toInnerElemTraverser(root: NodeT): GraphTraversalImpl.InnerElemTraverser
    Definition Classes
    FluentProperties
  150. def toList: List[A]
    Definition Classes
    IterableOnceOps
  151. def toMap[K, V](implicit ev: <:<[A, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  152. def toSeq: Seq[A]
    Definition Classes
    IterableOnceOps
  153. def toSet[B >: A]: Set[B]
    Definition Classes
    IterableOnceOps
  154. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  155. def toVector: Vector[A]
    Definition Classes
    IterableOnceOps
  156. final def topologicalSort[U](ignorePredecessors: Boolean = false)(implicit visitor: (GraphTraversalImpl.InnerElem) => U = Visitor.empty): GraphTraversalImpl.TopologicalSort

    Sorts the component designated by this node topologically.

    Sorts the component designated by this node topologically. Only nodes connected with this node will be included in the resulting topological order. If the graph is known to be connected choose GraphTraversal#topologicalSort instead. $SEEFLUENT

    ignorePredecessors

    If true, the topological sort will be partial in that it will only include successors of root. withSubgraph restricts the successor nodes to be included but not predecessors that will be excluded in total.

    visitor

    Function to be called for each inner node or inner edge visited during the sort.

    Definition Classes
    ImplTraverserMethods
  157. def transpose[B](implicit asIterable: (A) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  158. def unzip[A1, A2](implicit asPair: (A) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  159. def unzip3[A1, A2, A3](implicit asTriple: (A) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  160. val value: GraphTraversalImpl.Impl[A, This]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  161. def view: View[A]
    Definition Classes
    IterableOps
  162. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  163. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  164. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  165. final def weakComponent[U](implicit visitor: (A) => U = Visitor.empty): GraphTraversalImpl.Component

    Determines the weak component that contains this node.

    Determines the weak component that contains this node. $SEEFLUENT

    visitor

    Function to be called for each inner node or inner edge visited during the search.

    Definition Classes
    ImplTraverserMethods
  166. final def withDirection(direction: Direction): This

    Creates a new FluentProperties based on this except for an updated direction.

    Creates a new FluentProperties based on this except for an updated direction. Note that methods returning a Cycle or Path accept only Successors.

    Definition Classes
    FluentProperties
  167. def withFilter(p: (A) => Boolean): WithFilter[A, Iterable]
    Definition Classes
    IterableOps
  168. final def withKind(kind: Kind): This

    Creates a new FluentProperties based on this except for an updated kind.

    Creates a new FluentProperties based on this except for an updated kind.

    Definition Classes
    FluentProperties
  169. final def withMaxDepth(maxDepth: Int): This

    Creates a new FluentProperties based on this except for an updated maxDepth.

    Creates a new FluentProperties based on this except for an updated maxDepth.

    Definition Classes
    FluentProperties
  170. final def withMaxWeight(max: Long): This

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max and the default weight function returning edge.weight.

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max and the default weight function returning edge.weight.

    Definition Classes
    FluentProperties
  171. final def withMaxWeight[W](max: W, edgeWeight: (GraphTraversalImpl.EdgeT) => W)(implicit arg0: Numeric[W]): This

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max value and the given weight function.

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max value and the given weight function.

    Definition Classes
    FluentProperties
  172. def withMaxWeight(maxWeight: Option[GraphTraversalImpl.Weight]): This

    Creates a new FluentProperties based on this except for an updated maxWeight.

    Creates a new FluentProperties based on this except for an updated maxWeight.

    Definition Classes
    FluentProperties
  173. final def withOrdering(ordering: GraphTraversalImpl.ElemOrdering): This

    Creates a new FluentProperties based on this except for an updated ordering.

    Creates a new FluentProperties based on this except for an updated ordering.

    Definition Classes
    FluentProperties
  174. final def withParameters(parameters: Parameters): This

    Creates a new FluentProperties based on this except for an updated parameters.

    Creates a new FluentProperties based on this except for an updated parameters.

    Definition Classes
    FluentProperties
  175. final def withRoot(root: NodeT): This

    Creates a new FluentProperties based on this except for an updated root.

    Creates a new FluentProperties based on this except for an updated root.

    Definition Classes
    TraverserMethods
  176. final def withSubgraph(nodes: GraphTraversalImpl.NodeFilter = anyNode, edges: GraphTraversalImpl.EdgeFilter = anyEdge): This

    Creates a new FluentProperties based on this except for an updated subgraphNodes and/or subgraphEdges.

    Creates a new FluentProperties based on this except for an updated subgraphNodes and/or subgraphEdges.

    Definition Classes
    FluentProperties
  177. def zip[B](that: scala.collection.IterableOnce[B]): Iterable[(A, B)]
    Definition Classes
    IterableOps
  178. def zipAll[A1 >: A, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  179. final def zipWithIndex: This.CC[(A, Int)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  180. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEdgeAssoc[GraphTraversalImpl.Impl[A, This]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  181. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toEdgeAssoc[GraphTraversalImpl.Impl[A, This]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  182. object Runner
    Attributes
    protected[collection]
  183. object StopCondition
    Attributes
    protected

Shadowed Implicit Value Members

  1. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: OuterNode[GraphTraversalImpl.Impl[A, This]]).stringPrefix
    Definition Classes
    NodeParam
  2. def toString(): String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toOuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: OuterNode[GraphTraversalImpl.Impl[A, This]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def ++:[B >: A](that: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. def /:[B](z: B)(op: (B, A) => B): B
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  3. final def /:[B](z: B)(op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (A, B) => B): B
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  5. final def :\[B](z: B)(op: (A, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  6. def aggregate[B](z: => B)(seqop: (B, A) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  7. def collectFirst[B](f: PartialFunction[A, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  8. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  9. def copyToBuffer(dest: Buffer[A]): Unit
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  10. final def copyToBuffer[B >: A](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  11. def count(f: (A) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  12. def exists(f: (A) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  13. def filter(f: (A) => Boolean): Iterator[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  15. def find(p: (A) => Boolean): Option[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: (A) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  17. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  18. def foldLeft[B](z: B)(op: (B, A) => B): B
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  19. def foldRight[B](z: B)(op: (A, B) => B): B
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: (A) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  21. def foreach[U](f: (A) => U): Unit
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toStringFormat[GraphTraversalImpl.Impl[A, This]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  23. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  24. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  25. def map[B](f: (A) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  26. def max(implicit ord: Ordering[A]): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: (A) => B)(implicit cmp: Ordering[B]): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  28. def min(implicit ord: Ordering[A]): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: (A) => B)(implicit cmp: Ordering[B]): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  30. def mkString: String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  34. def product(implicit num: Numeric[A]): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  35. def reduce(f: (A, A) => A): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  36. def reduceLeft(f: (A, A) => A): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  37. def reduceLeftOption(f: (A, A) => A): Option[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  38. def reduceOption(f: (A, A) => A): Option[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  39. def reduceRight(f: (A, A) => A): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  40. def reduceRightOption(f: (A, A) => A): Option[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  41. final def repr: Iterable[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  42. def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  43. def seq: Impl.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  44. def size: Int
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  45. def sum(implicit num: Numeric[A]): A
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  46. def to[C1](factory: Factory[A, C1]): C1
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  47. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  48. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  49. def toIndexedSeq: IndexedSeq[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  50. final def toIterable: Iterable[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  51. final def toIterable: Impl.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  52. def toIterator: Iterator[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  53. final def toIterator: Iterator[A]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  54. def toList: List[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  55. def toMap[K, V](implicit ev: <:<[A, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  56. def toSeq: Seq[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  57. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  58. def toStream: Stream[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  59. final def toStream: Stream[A]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  60. final def toTraversable: Traversable[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  61. final def toTraversable: Traversable[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  62. def toVector: Vector[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  63. def view(from: Int, until: Int): View[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  64. def withFilter(f: (A) => Boolean): Iterator[A]
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (impl: IterableOnceExtensionMethods[A]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  65. def [B](y: B): (GraphTraversalImpl.Impl[A, This], B)
    Implicit
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] toArrowAssoc[GraphTraversalImpl.Impl[A, This]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from GraphTraversalImpl.Traverser[A, This]

Inherited from Iterable[A]

Inherited from IterableOps[A, Iterable, Iterable[A]]

Inherited from IterableOnceOps[A, Iterable, Iterable[A]]

Inherited from GraphTraversalImpl.TraverserMethods[A, This]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromGraphTraversalImpl.Impl[A, This] to IterableOnceExtensionMethods[A]

Inherited by implicit conversion ChainingOps fromGraphTraversalImpl.Impl[A, This] to ChainingOps[GraphTraversalImpl.Impl[A, This]]

Inherited by implicit conversion EdgeAssoc fromGraphTraversalImpl.Impl[A, This] to EdgeAssoc[GraphTraversalImpl.Impl[A, This]]

Inherited by implicit conversion anyToNode fromGraphTraversalImpl.Impl[A, This] to OuterNode[GraphTraversalImpl.Impl[A, This]]

Inherited by implicit conversion any2stringadd fromGraphTraversalImpl.Impl[A, This] to any2stringadd[GraphTraversalImpl.Impl[A, This]]

Inherited by implicit conversion StringFormat fromGraphTraversalImpl.Impl[A, This] to StringFormat[GraphTraversalImpl.Impl[A, This]]

Inherited by implicit conversion Ensuring fromGraphTraversalImpl.Impl[A, This] to Ensuring[GraphTraversalImpl.Impl[A, This]]

Inherited by implicit conversion ArrowAssoc fromGraphTraversalImpl.Impl[A, This] to ArrowAssoc[GraphTraversalImpl.Impl[A, This]]

Ungrouped