Packages

c

scalax.collection.GraphTraversalImpl

InnerNodeDownUpTraverser

case class InnerNodeDownUpTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: (GraphTraversalImpl.this)#NodeFilter = anyNode, subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering, maxWeight: Option[(GraphTraversalImpl.this)#Weight] = None) extends (GraphTraversalImpl.this)#InnerNodeDownUpTraverser with (GraphTraversalImpl.this)#DownUpTraverser[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser] with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Product, Equals, (GraphTraversalImpl.this)#DownUpTraverser[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser], (GraphTraversalImpl.this)#Impl[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser], (GraphTraversalImpl.this)#InnerNodeDownUpTraverser, (GraphTraversalImpl.this)#Traverser[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser], ForeachBasedDetachingIterable[(Boolean, (GraphTraversalImpl.this)#NodeT)], Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)], IterableFactoryDefaults[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable], IterableOps[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable, Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]], IterableOnceOps[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable, Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]], scala.collection.IterableOnce[(Boolean, (GraphTraversalImpl.this)#NodeT)], (GraphTraversalImpl.this)#Properties, (GraphTraversalImpl.this)#SubgraphProperties, (GraphTraversalImpl.this)#TraverserMethods[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser], (GraphTraversalImpl.this)#FluentProperties[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InnerNodeDownUpTraverser
  2. Serializable
  3. Product
  4. Equals
  5. DownUpTraverser
  6. Impl
  7. InnerNodeDownUpTraverser
  8. Traverser
  9. ForeachBasedDetachingIterable
  10. Iterable
  11. IterableFactoryDefaults
  12. IterableOps
  13. IterableOnceOps
  14. IterableOnce
  15. Properties
  16. SubgraphProperties
  17. TraverserMethods
  18. FluentProperties
  19. AnyRef
  20. 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

Instance Constructors

  1. new InnerNodeDownUpTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: (GraphTraversalImpl.this)#NodeFilter = anyNode, subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering, maxWeight: Option[(GraphTraversalImpl.this)#Weight] = None)

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
    Definition Classes
    Impl
  2. abstract class StopCondition extends (NodeT, Int, Int) => Boolean
    Attributes
    protected
    Definition Classes
    Impl

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.this)#InnerNodeDownUpTraverser toany2stringadd[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): ((GraphTraversalImpl.this)#InnerNodeDownUpTraverser, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toArrowAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] 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.this)#NodeFilter = noNode, visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty): Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected
    Definition Classes
    ImplTraverserMethods
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. final def autarkicForeach[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): Unit
    Attributes
    protected
    Definition Classes
    InnerNodeDownUpTraverserTraverserForeachBasedDetachingIterable
  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: InnerNodeDownUpTraverser.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  16. final def collect[B](pf: PartialFunction[(Boolean, (GraphTraversalImpl.this)#NodeT), B]): Iterable[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  17. final def collectFirst[B](pf: PartialFunction[(Boolean, (GraphTraversalImpl.this)#NodeT), B]): Option[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  18. def concat[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  19. def copyToArray[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  20. def copyToArray[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  21. def copyToArray[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  22. def corresponds[B](that: scala.collection.IterableOnce[B])(p: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  23. final def count(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Int
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  24. final def downUpForeach[U](down: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Unit, up: ((GraphTraversalImpl.this)#NodeT) => Unit): Unit
    Attributes
    protected
    Definition Classes
    DownUpTraverser
  25. final def drop(n: Int): CC[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
    Annotations
    @inline()
  26. def dropRight(n: Int): Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOps
  27. final def dropWhile(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): CC[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  28. final def edgeVisitor[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): ((GraphTraversalImpl.this)#EdgeT) => U
    Attributes
    protected
    Definition Classes
    DownUpTraverserTraverserMethods
  29. def empty: Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  30. def ensuring(cond: ((GraphTraversalImpl.this)#InnerNodeDownUpTraverser) => Boolean, msg: => Any): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEnsuring[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: ((GraphTraversalImpl.this)#InnerNodeDownUpTraverser) => Boolean): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEnsuring[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: => Any): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEnsuring[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEnsuring[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def exists(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  36. final def fUnit[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Unit
    Definition Classes
    DownUpTraverser
  37. final def filter(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): CC[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
    Annotations
    @inline()
  38. final def filterNot(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): CC[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
    Annotations
    @inline()
  39. final def find(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  40. final def findConnected[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  41. final def findCycle[U](implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty): Option[(GraphTraversalImpl.this)#Cycle]

    Finds a cycle starting the search at root taking optional properties like subgraph restriction, ordering or maximum depth into account., if any.

    Finds a cycle starting the search at root taking optional properties like subgraph restriction, ordering or maximum depth into account., if any. The resulting cycle may start at any node connected with this node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  42. final def findPredecessor[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Finds a predecessor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds a predecessor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  43. final def findSuccessor[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Finds a successor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds a successor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  44. final def flatMap[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  45. def flatten[B](implicit asIterable: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  46. def fold[A1 >: (Boolean, (GraphTraversalImpl.this)#NodeT)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  47. final def foldLeft[B](z: B)(op: (B, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  48. def foldRight[B](z: B)(op: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => B): B
    Definition Classes
    IterableOnceOps
  49. final def forall(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  50. final def foreach[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): Unit
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  51. def fromSpecific(coll: scala.collection.IterableOnce[(Boolean, (GraphTraversalImpl.this)#NodeT)]): Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  52. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. def groupBy[K](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => K): Map[K, Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Definition Classes
    IterableOps
  54. def groupMap[K, B](key: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => K)(f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  55. def groupMapReduce[K, B](key: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => K)(f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  56. def grouped(size: Int): Iterator[Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Definition Classes
    IterableOps
  57. final def hasPredecessor[U](potentialPredecessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Boolean

    Checks whether potentialPredecessor is a predecessor of root considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Checks whether potentialPredecessor is a predecessor of root considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. Same as isSuccessorOf.

    potentialPredecessor

    The node which is potentially a predecessor of root.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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()
  58. final def hasSuccessor[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Boolean

    Checks whether potentialSuccessor is a successor of this node considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Checks whether potentialSuccessor is a successor of this node considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. Same as isPredecessorOf.

    potentialSuccessor

    The node which is potentially a successor of this node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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()
  59. final def head: (Boolean, (GraphTraversalImpl.this)#NodeT)
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps
  60. final def headOption: Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps
  61. def init: Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOps
  62. def inits: Iterator[Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Definition Classes
    IterableOps
  63. final def isConnectedWith[U](potentialConnected: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Boolean

    Checks whether potentialConnected is a node (not necessarily directly) connected with root by any number of edges with any direction considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Checks whether potentialConnected is a node (not necessarily directly) connected with root by any number of edges with any direction considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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()
  64. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  65. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  66. final def isEmpty: Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  67. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  68. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  69. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  70. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  71. final def isPredecessorOf[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Boolean

    Same as hasSuccessor.

    Same as hasSuccessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  72. final def isSuccessorOf[U](potentialPredecessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Boolean

    Same as hasPredecessor.

    Same as hasPredecessor.

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

    An optional maximum weight that limits the scope of the traversal or search.

    An optional maximum weight that limits the scope of the traversal or search. If defined and the sum of edge weights between the root of the traversal and a node exceeds the given maximum, that node will no more be visited.

    Definition Classes
    InnerNodeDownUpTraverserProperties
  86. final def min[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](implicit ord: Ordering[B]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  87. final def minBy[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B)(implicit cmp: Ordering[B]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  88. final def minByOption[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B)(implicit cmp: Ordering[B]): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  89. final def minOption[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](implicit ord: Ordering[B]): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  90. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  91. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  92. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  93. val n1: (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEdgeAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  94. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  95. def newSpecificBuilder: Builder[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  96. final def newTraverser: ((GraphTraversalImpl.this)#NodeT, Parameters, (GraphTraversalImpl.this)#NodeFilter, (GraphTraversalImpl.this)#EdgeFilter, (GraphTraversalImpl.this)#ElemOrdering, Option[(GraphTraversalImpl.this)#Weight]) => (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Attributes
    protected
    Definition Classes
    InnerNodeDownUpTraverserFluentProperties
  97. final def nodeVisitor[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): ((GraphTraversalImpl.this)#NodeT) => U
    Attributes
    protected
    Definition Classes
    InnerNodeDownUpTraverserTraverserMethods
  98. final def nonEmpty: Boolean
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  99. final def nonOverflowingOrderMultipliedBy_2(): Int
    Attributes
    protected
    Definition Classes
    Traverser
  100. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  101. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  102. val ordering: (GraphTraversalImpl.this)#ElemOrdering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    InnerNodeDownUpTraverserProperties
  103. val parameters: Parameters

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    InnerNodeDownUpTraverserProperties
  104. final def partOfCycle[U](implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty): Option[(GraphTraversalImpl.this)#Cycle]

    Finds a cycle that contains root taking optional properties like subgraph restriction, ordering or maximum depth into account..

    Finds a cycle that contains root taking optional properties like subgraph restriction, ordering or maximum depth into account.. Irrespective of the current setting for kind, DepthFirst is used internally.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  105. def partition(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): (Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)], Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)])
    Definition Classes
    IterableOps
  106. def partitionMap[A1, A2](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  107. final def pathTo[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Option[(GraphTraversalImpl.this)#Path]

    Finds a path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds a path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    potentialSuccessor

    The node a path is to be found to.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  108. final def pathUntil[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty): Option[(GraphTraversalImpl.this)#Path]

    Finds a path from root to a successor of root for which pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds a path from root to a successor of root for which pred holds considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  109. final def pathUntil_[U](pred: (GraphTraversalImpl.this)#NodeFilter, visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty, maybeHandle: Option[Handle] = None): Option[(GraphTraversalImpl.this)#Path]
    Attributes
    protected[TraverserImpl[N, E]]
    Definition Classes
    Impl
  110. def pipe[B](f: ((GraphTraversalImpl.this)#InnerNodeDownUpTraverser) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toChainingOps[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  111. final def product[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](implicit num: Numeric[B]): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  112. def productElementNames: Iterator[String]
    Definition Classes
    Product
  113. final def reduce[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](op: (B, B) => B): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  114. final def reduceLeft[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](op: (B, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  115. final def reduceLeftOption[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](op: (B, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): Option[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  116. final def reduceOption[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](op: (B, B) => B): Option[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  117. def reduceRight[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](op: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => B): B
    Definition Classes
    IterableOnceOps
  118. def reduceRightOption[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](op: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  119. final def requireSuccessors[A](block: => A): A
    Attributes
    protected
    Definition Classes
    TraverserMethods
  120. def reversed: Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  121. val root: (GraphTraversalImpl.this)#NodeT

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    InnerNodeDownUpTraverserPropertiesTraverserMethods
  122. def scan[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  123. final def scanLeft[B](z: B)(op: (B, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): CC[B]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  124. def scanRight[B](z: B)(op: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  125. val self: (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toChainingOps[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  126. final def shortestPathTo[T, U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT, weight: ((GraphTraversalImpl.this)#EdgeT) => T, visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U)(implicit arg0: Numeric[T]): Option[(GraphTraversalImpl.this)#Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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
  127. final def shortestPathTo[T](potentialSuccessor: (GraphTraversalImpl.this)#NodeT, weight: ((GraphTraversalImpl.this)#EdgeT) => T)(implicit arg0: Numeric[T]): Option[(GraphTraversalImpl.this)#Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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()
  128. final def shortestPathTo[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = empty): Option[(GraphTraversalImpl.this)#Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method.

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like scalax.collection.GraphTraversal#innerNodeTraverser or altered by any with* method. 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

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    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()
  129. final def size: Int
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  130. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  131. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  132. final def sizeHint: Int
    Attributes
    protected
    Definition Classes
    InnerNodeDownUpTraverser
  133. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  134. final def slice(from: Int, until: Int): CC[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  135. def sliding(size: Int, step: Int): Iterator[Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Definition Classes
    IterableOps
  136. def sliding(size: Int): Iterator[Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Definition Classes
    IterableOps
  137. final def span(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): (CC[(Boolean, (GraphTraversalImpl.this)#NodeT)], CC[(Boolean, (GraphTraversalImpl.this)#NodeT)])
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  138. final def splitAt(n: Int): (CC[(Boolean, (GraphTraversalImpl.this)#NodeT)], CC[(Boolean, (GraphTraversalImpl.this)#NodeT)])
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  139. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(Boolean, (GraphTraversalImpl.this)#NodeT), S]): S
    Definition Classes
    IterableOnce
  140. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding()
  141. final def strongComponents[U](implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty): Iterable[(GraphTraversalImpl.this)#Component]

    Finds all strongly connected components reachable from this node.

    Finds all strongly connected components reachable from this node. See componentTraverser for more control by means of FluentProperties.

    visitor

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

    Definition Classes
    ImplTraverserMethods
  142. val subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    Definition Classes
    InnerNodeDownUpTraverserSubgraphProperties
  143. val subgraphNodes: (GraphTraversalImpl.this)#NodeFilter

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    Definition Classes
    InnerNodeDownUpTraverserSubgraphProperties
  144. final def sum[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](implicit num: Numeric[B]): B
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
    Annotations
    @inline()
  145. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  146. def tail: Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOps
  147. def tails: Iterator[Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]
    Definition Classes
    IterableOps
  148. final def take(n: Int): Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  149. def takeRight(n: Int): Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOps
  150. final def takeWhile(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): CC[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  151. def tap[U](f: ((GraphTraversalImpl.this)#InnerNodeDownUpTraverser) => U): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toChainingOps[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  152. def tapEach[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOps → IterableOnceOps
  153. final def to[C1](factory: Factory[(Boolean, (GraphTraversalImpl.this)#NodeT), C1]): C1
    Definition Classes
    ForeachBasedDetachingIterable → IterableOnceOps
  154. def toArray[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  155. final def toBuffer[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  156. 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
  157. def toIndexedSeq: IndexedSeq[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOnceOps
  158. final def toInnerElemTraverser(root: (GraphTraversalImpl.this)#NodeT): (GraphTraversalImpl.this)#InnerElemTraverser
    Definition Classes
    FluentProperties
  159. def toList: List[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOnceOps
  160. def toMap[K, V](implicit ev: <:<[(Boolean, (GraphTraversalImpl.this)#NodeT), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  161. def toSeq: Seq[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOnceOps
  162. def toSet[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)]: Set[B]
    Definition Classes
    IterableOnceOps
  163. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  164. def toVector: Vector[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOnceOps
  165. final def topologicalSort[U](ignorePredecessors: Boolean = false)(implicit visitor: ((GraphTraversalImpl.this)#InnerElem) => U = Visitor.empty): (GraphTraversalImpl.this)#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. See componentTraverser for more control by means of FluentProperties.

    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
  166. def transpose[B](implicit asIterable: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  167. def unzip[A1, A2](implicit asPair: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  168. def unzip3[A1, A2, A3](implicit asTriple: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  169. val value: (GraphTraversalImpl.this)#InnerNodeDownUpTraverser
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  170. def view: View[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOps
  171. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  172. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  173. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  174. final def weakComponent[U](implicit visitor: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U = Visitor.empty): (GraphTraversalImpl.this)#Component

    Determines the weak component that contains this node.

    Determines the weak component that contains this node. See componentTraverser for more control by means of FluentProperties.

    visitor

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

    Definition Classes
    ImplTraverserMethods
  175. final def withDirection(direction: Direction): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  176. def withFilter(p: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): WithFilter[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable]
    Definition Classes
    IterableOps
  177. final def withKind(kind: Kind): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  178. final def withMaxDepth(maxDepth: Int): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  179. final def withMaxWeight(max: Long): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  180. final def withMaxWeight[W](max: W, edgeWeight: ((GraphTraversalImpl.this)#EdgeT) => W)(implicit arg0: Numeric[W]): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  181. def withMaxWeight(maxWeight: Option[(GraphTraversalImpl.this)#Weight]): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  182. final def withOrdering(ordering: (GraphTraversalImpl.this)#ElemOrdering): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  183. final def withParameters(parameters: Parameters): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  184. final def withRoot(root: (GraphTraversalImpl.this)#NodeT): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  185. final def withSubgraph(nodes: (GraphTraversalImpl.this)#NodeFilter = anyNode, edges: (GraphTraversalImpl.this)#EdgeFilter = anyEdge): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    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
  186. def zip[B](that: scala.collection.IterableOnce[B]): Iterable[((Boolean, (GraphTraversalImpl.this)#NodeT), B)]
    Definition Classes
    IterableOps
  187. def zipAll[A1 >: (Boolean, (GraphTraversalImpl.this)#NodeT), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  188. final def zipWithIndex: CC[((Boolean, (GraphTraversalImpl.this)#NodeT), Int)]
    Definition Classes
    ForeachBasedDetachingIterable → IterableOps → IterableOnceOps
  189. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEdgeAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  190. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toEdgeAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  191. object Runner
    Attributes
    protected[collection]
    Definition Classes
    Impl
  192. object StopCondition
    Attributes
    protected
    Definition Classes
    Impl

Shadowed Implicit Value Members

  1. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] 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:
    (innerNodeDownUpTraverser: OuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]).productElementNames
    Definition Classes
    Product
  2. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] 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:
    (innerNodeDownUpTraverser: OuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]).stringPrefix
    Definition Classes
    NodeParam
  3. def toString(): String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toOuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] 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:
    (innerNodeDownUpTraverser: OuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def ++:[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](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, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)])./:(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, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).:\(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: ((Boolean, (GraphTraversalImpl.this)#NodeT), 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, (Boolean, (GraphTraversalImpl.this)#NodeT)) => 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[(Boolean, (GraphTraversalImpl.this)#NodeT), B]): Option[B]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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[(Boolean, (GraphTraversalImpl.this)#NodeT)]): Unit
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  10. final def copyToBuffer[B >: (Boolean, (GraphTraversalImpl.this)#NodeT)](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  11. def count(f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  12. def exists(f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  13. def filter(f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Iterator[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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, (Boolean, (GraphTraversalImpl.this)#NodeT)) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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: ((Boolean, (GraphTraversalImpl.this)#NodeT), B) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  21. def foreach[U](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => U): Unit
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toStringFormat[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] 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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  25. def map[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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[(Boolean, (GraphTraversalImpl.this)#NodeT)]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B)(implicit cmp: Ordering[B]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  28. def min(implicit ord: Ordering[(Boolean, (GraphTraversalImpl.this)#NodeT)]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => B)(implicit cmp: Ordering[B]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  34. def product(implicit num: Numeric[(Boolean, (GraphTraversalImpl.this)#NodeT)]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  35. def reduce(f: ((Boolean, (GraphTraversalImpl.this)#NodeT), (Boolean, (GraphTraversalImpl.this)#NodeT)) => (Boolean, (GraphTraversalImpl.this)#NodeT)): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  36. def reduceLeft(f: ((Boolean, (GraphTraversalImpl.this)#NodeT), (Boolean, (GraphTraversalImpl.this)#NodeT)) => (Boolean, (GraphTraversalImpl.this)#NodeT)): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  37. def reduceLeftOption(f: ((Boolean, (GraphTraversalImpl.this)#NodeT), (Boolean, (GraphTraversalImpl.this)#NodeT)) => (Boolean, (GraphTraversalImpl.this)#NodeT)): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  38. def reduceOption(f: ((Boolean, (GraphTraversalImpl.this)#NodeT), (Boolean, (GraphTraversalImpl.this)#NodeT)) => (Boolean, (GraphTraversalImpl.this)#NodeT)): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  39. def reduceRight(f: ((Boolean, (GraphTraversalImpl.this)#NodeT), (Boolean, (GraphTraversalImpl.this)#NodeT)) => (Boolean, (GraphTraversalImpl.this)#NodeT)): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  40. def reduceRightOption(f: ((Boolean, (GraphTraversalImpl.this)#NodeT), (Boolean, (GraphTraversalImpl.this)#NodeT)) => (Boolean, (GraphTraversalImpl.this)#NodeT)): Option[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  41. final def repr: Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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: InnerNodeDownUpTraverser.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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  45. def sum(implicit num: Numeric[(Boolean, (GraphTraversalImpl.this)#NodeT)]): (Boolean, (GraphTraversalImpl.this)#NodeT)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  46. def to[C1](factory: Factory[(Boolean, (GraphTraversalImpl.this)#NodeT), C1]): C1
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  49. def toIndexedSeq: IndexedSeq[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  50. final def toIterable: Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  51. final def toIterable: InnerNodeDownUpTraverser.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[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  53. final def toIterator: Iterator[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  54. def toList: List[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  55. def toMap[K, V](implicit ev: <:<[(Boolean, (GraphTraversalImpl.this)#NodeT), (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  56. def toSeq: Seq[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  58. def toStream: Stream[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  59. final def toStream: Stream[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  60. final def toTraversable: Traversable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  61. final def toTraversable: Traversable[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    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[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).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[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    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: ((Boolean, (GraphTraversalImpl.this)#NodeT)) => Boolean): Iterator[(Boolean, (GraphTraversalImpl.this)#NodeT)]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toIterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)] 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:
    (innerNodeDownUpTraverser: IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  65. def [B](y: B): ((GraphTraversalImpl.this)#InnerNodeDownUpTraverser, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser toArrowAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser] 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from (GraphTraversalImpl.this)#DownUpTraverser[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited from (GraphTraversalImpl.this)#Impl[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited from (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

Inherited from (GraphTraversalImpl.this)#Traverser[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited from Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]

Inherited from IterableOps[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable, Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]

Inherited from IterableOnceOps[(Boolean, (GraphTraversalImpl.this)#NodeT), Iterable, Iterable[(Boolean, (GraphTraversalImpl.this)#NodeT)]]

Inherited from (GraphTraversalImpl.this)#Properties

Inherited from (GraphTraversalImpl.this)#SubgraphProperties

Inherited from (GraphTraversalImpl.this)#TraverserMethods[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited from (GraphTraversalImpl.this)#FluentProperties[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to IterableOnceExtensionMethods[(Boolean, (GraphTraversalImpl.this)#NodeT)]

Inherited by implicit conversion ChainingOps from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to ChainingOps[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited by implicit conversion EdgeAssoc from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited by implicit conversion anyToNode from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited by implicit conversion any2stringadd from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to any2stringadd[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited by implicit conversion StringFormat from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to StringFormat[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited by implicit conversion Ensuring from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Inherited by implicit conversion ArrowAssoc from(GraphTraversalImpl.this)#InnerNodeDownUpTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerNodeDownUpTraverser]

Ungrouped