Class

scalax.collection.GraphTraversalImpl

InnerEdgeTraverser

Related Doc: package GraphTraversalImpl

Permalink

case class InnerEdgeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: (GraphTraversalImpl.this)#NodeFilter = anyNode, subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering) extends (GraphTraversalImpl.this)#InnerEdgeTraverser with (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser] with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Serializable, Product, Equals, (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser], (GraphTraversalImpl.this)#InnerEdgeTraverser, (GraphTraversalImpl.this)#Traverser[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser], Traversable[(GraphTraversalImpl.this)#EdgeT], GenTraversable[(GraphTraversalImpl.this)#EdgeT], GenericTraversableTemplate[(GraphTraversalImpl.this)#EdgeT, Traversable], TraversableLike[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]], GenTraversableLike[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]], Parallelizable[(GraphTraversalImpl.this)#EdgeT, ParIterable[(GraphTraversalImpl.this)#EdgeT]], TraversableOnce[(GraphTraversalImpl.this)#EdgeT], GenTraversableOnce[(GraphTraversalImpl.this)#EdgeT], FilterMonadic[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]], HasNewBuilder[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]], (GraphTraversalImpl.this)#Properties, (GraphTraversalImpl.this)#SubgraphProperties, (GraphTraversalImpl.this)#TraverserMethods[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser], (GraphTraversalImpl.this)#FluentProperties[(GraphTraversalImpl.this)#InnerEdgeTraverser], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InnerEdgeTraverser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Impl
  7. InnerEdgeTraverser
  8. Traverser
  9. Traversable
  10. GenTraversable
  11. GenericTraversableTemplate
  12. TraversableLike
  13. GenTraversableLike
  14. Parallelizable
  15. TraversableOnce
  16. GenTraversableOnce
  17. FilterMonadic
  18. HasNewBuilder
  19. Properties
  20. SubgraphProperties
  21. TraverserMethods
  22. FluentProperties
  23. AnyRef
  24. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by MonadOps
  4. by flattenTraversableOnce
  5. by EdgeAssoc
  6. by any2stringadd
  7. by StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  10. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InnerEdgeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: (GraphTraversalImpl.this)#NodeFilter = anyNode, subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering)

    Permalink

Type Members

  1. class Runner[U] extends AnyRef

    Permalink

    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. type Self = Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to any2stringadd[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: (GraphTraversalImpl.this)#EdgeT, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: (GraphTraversalImpl.this)#EdgeT, That](that: Traversable[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def ++:[B >: (GraphTraversalImpl.this)#EdgeT, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): ((GraphTraversalImpl.this)#InnerEdgeTraverser, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, (GraphTraversalImpl.this)#EdgeT) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: ((GraphTraversalImpl.this)#EdgeT, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. object Runner

    Permalink
    Attributes
    protected[scalax.collection]
    Definition Classes
    Impl
  12. final val addMethod: ((GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#EdgeT, ((GraphTraversalImpl.this)#NodeT) ⇒ Unit) ⇒ Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  13. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  14. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  16. def aggregate[B](z: ⇒ B)(seqop: (B, (GraphTraversalImpl.this)#EdgeT) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  17. final def apply[U](pred: (GraphTraversalImpl.this)#NodeFilter = noNode, visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Permalink
    Attributes
    protected
    Definition Classes
    ImplTraverserMethods
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def collect[B, That](pf: PartialFunction[(GraphTraversalImpl.this)#EdgeT, B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  21. def collectFirst[B](pf: PartialFunction[(GraphTraversalImpl.this)#EdgeT, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  22. def companion: GenericCompanion[Traversable]

    Permalink
    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  23. def copyToArray[B >: (GraphTraversalImpl.this)#EdgeT](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  24. def copyToArray[B >: (GraphTraversalImpl.this)#EdgeT](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def copyToArray[B >: (GraphTraversalImpl.this)#EdgeT](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def copyToBuffer[B >: (GraphTraversalImpl.this)#EdgeT](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  27. def count(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. final val doEdgeFilter: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  29. final val doEdgeSort: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  30. final val doNodeFilter: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  31. final val doNodeSort: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  32. def drop(n: Int): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  33. def dropWhile(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  34. final val edgeOrdering: (GraphTraversalImpl.this)#EdgeOrdering

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  35. final def edgeVisitor[U](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ U): ((GraphTraversalImpl.this)#EdgeT) ⇒ U

    Permalink
    Attributes
    protected
    Definition Classes
    InnerEdgeTraverserTraverserMethods
  36. def ensuring(cond: ((GraphTraversalImpl.this)#InnerEdgeTraverser) ⇒ Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: ((GraphTraversalImpl.this)#InnerEdgeTraverser) ⇒ Boolean): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def exists(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  42. def filter(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  43. def filterNot(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  44. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def find(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Option[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  46. final def findConnected[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Permalink

    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 weekly 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
  47. final def findCycle[U](implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Cycle]

    Permalink

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

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

    visitor

    $OPTVISITOR

    returns

    A cycle or None if either

    1. there exists no cycle in the component depicting by root or
    2. there exists a cycle in the component but $DUETOSUBG
    Definition Classes
    ImplTraverserMethods
  48. final def findPredecessor[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Permalink

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

    Permalink

    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
  50. def flatMap[B, That](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  51. def flatten[B](implicit asTraversable: ((GraphTraversalImpl.this)#EdgeT) ⇒ GenTraversableOnce[B]): Traversable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  52. def fold[A1 >: (GraphTraversalImpl.this)#EdgeT](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  53. def foldLeft[B](z: B)(op: (B, (GraphTraversalImpl.this)#EdgeT) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def foldRight[B](z: B)(op: ((GraphTraversalImpl.this)#EdgeT, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def forall(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  56. def foreach[U](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ U): Unit

    Permalink
    Definition Classes
    Traverser → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  57. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to StringFormat[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  58. def genericBuilder[B]: Builder[B, Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  59. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  60. def groupBy[K](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ K): Map[K, Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  61. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  62. final def hasPredecessor[U](potentialPredecessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Boolean

    Permalink

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

    Permalink

    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()
  64. def head: (GraphTraversalImpl.this)#EdgeT

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  65. def headOption: Option[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def init: Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def inits: Iterator[Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Definition Classes
    TraversableLike
  68. final def isConnectedWith[U](potentialConnected: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Boolean

    Permalink

    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 weekly 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()
  69. def isDefined: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  70. def isEdge: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  71. def isEmpty: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  72. def isIn: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  73. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  74. def isNode: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  75. def isOut: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  76. final def isPredecessorOf[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Boolean

    Permalink

    Same as hasSuccessor.

    Same as hasSuccessor.

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

    Permalink

    Same as hasPredecessor.

    Same as hasPredecessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  78. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  79. def last: (GraphTraversalImpl.this)#EdgeT

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  80. def lastOption: Option[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  81. def map[B, That](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  82. def max[B >: (GraphTraversalImpl.this)#EdgeT](implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#EdgeT

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def maxBy[B](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ B)(implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#EdgeT

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def min[B >: (GraphTraversalImpl.this)#EdgeT](implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#EdgeT

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  85. def minBy[B](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ B)(implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#EdgeT

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. val n1: (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  90. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  91. def newBuilder: Builder[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  92. final def newTraverser: ((GraphTraversalImpl.this)#NodeT, Parameters, (GraphTraversalImpl.this)#NodeFilter, (GraphTraversalImpl.this)#EdgeFilter, (GraphTraversalImpl.this)#ElemOrdering) ⇒ (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Attributes
    protected
    Definition Classes
    InnerEdgeTraverserFluentProperties
  93. final val nodeOrdering: (GraphTraversalImpl.this)#NodeOrdering

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  94. final def nodeVisitor[U](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ U): ((GraphTraversalImpl.this)#NodeT) ⇒ U

    Permalink
    Attributes
    protected
    Definition Classes
    InnerEdgeTraverserTraverserMethods
  95. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  97. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  98. val ordering: (GraphTraversalImpl.this)#ElemOrdering

    Permalink

    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
    InnerEdgeTraverserProperties
  99. def par: ParIterable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    Parallelizable
  100. def parCombiner: Combiner[(GraphTraversalImpl.this)#EdgeT, ParIterable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  101. val parameters: Parameters

    Permalink

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    InnerEdgeTraverserProperties
  102. def partition(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): (Traversable[(GraphTraversalImpl.this)#EdgeT], Traversable[(GraphTraversalImpl.this)#EdgeT])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  103. final def pathTo[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Path]

    Permalink

    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
  104. final def pathUntil[U](pred: (GraphTraversalImpl.this)#NodeFilter)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Path]

    Permalink

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

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

    pred

    The predicate which must hold true for the successor.

    visitor

    $OPTVISITOR

    returns

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

    1. there is no node with pred or
    2. there exists no path to such a node or
    3. there exists a path to such a node but $DUETOSUBG
    Definition Classes
    ImplTraverserMethods
  105. def product[B >: (GraphTraversalImpl.this)#EdgeT](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def reduce[A1 >: (GraphTraversalImpl.this)#EdgeT](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def reduceLeft[B >: (GraphTraversalImpl.this)#EdgeT](op: (B, (GraphTraversalImpl.this)#EdgeT) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  108. def reduceLeftOption[B >: (GraphTraversalImpl.this)#EdgeT](op: (B, (GraphTraversalImpl.this)#EdgeT) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def reduceOption[A1 >: (GraphTraversalImpl.this)#EdgeT](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def reduceRight[B >: (GraphTraversalImpl.this)#EdgeT](op: ((GraphTraversalImpl.this)#EdgeT, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def reduceRightOption[B >: (GraphTraversalImpl.this)#EdgeT](op: ((GraphTraversalImpl.this)#EdgeT, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def repr: Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  113. final val reverseEdgeOrdering: Ordering[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  114. final val reverseNodeOrdering: Ordering[(GraphTraversalImpl.this)#NodeT]

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  115. def reversed: List[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  116. val root: (GraphTraversalImpl.this)#NodeT

    Permalink

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    InnerEdgeTraverserPropertiesTraverserMethods
  117. def scan[B >: (GraphTraversalImpl.this)#EdgeT, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  118. def scanLeft[B, That](z: B)(op: (B, (GraphTraversalImpl.this)#EdgeT) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  119. def scanRight[B, That](z: B)(op: ((GraphTraversalImpl.this)#EdgeT, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#EdgeT], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  120. def seq: Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  121. final def shortestPathTo[T, U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT, weight: ((GraphTraversalImpl.this)#EdgeT) ⇒ T, visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U)(implicit arg0: Numeric[T]): Option[(GraphTraversalImpl.this)#Path]

    Permalink

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

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

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

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

    visitor

    $OPTVISITOR

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but $DUETOSUBG
    Definition Classes
    ImplTraverserMethods
  122. final def shortestPathTo[T](potentialSuccessor: (GraphTraversalImpl.this)#NodeT, weight: ((GraphTraversalImpl.this)#EdgeT) ⇒ T)(implicit arg0: Numeric[T]): Option[(GraphTraversalImpl.this)#Path]

    Permalink

    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()
  123. final def shortestPathTo[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#EdgeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Path]

    Permalink

    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()
  124. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def slice(from: Int, until: Int): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  126. def span(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): (Traversable[(GraphTraversalImpl.this)#EdgeT], Traversable[(GraphTraversalImpl.this)#EdgeT])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  127. def splitAt(n: Int): (Traversable[(GraphTraversalImpl.this)#EdgeT], Traversable[(GraphTraversalImpl.this)#EdgeT])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  128. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  129. val subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter

    Permalink

    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
    InnerEdgeTraverserSubgraphProperties
  130. val subgraphNodes: (GraphTraversalImpl.this)#NodeFilter

    Permalink

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

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

    Definition Classes
    InnerEdgeTraverserSubgraphProperties
  131. def sum[B >: (GraphTraversalImpl.this)#EdgeT](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  133. def tail: Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  134. def tails: Iterator[Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Definition Classes
    TraversableLike
  135. def take(n: Int): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  136. def takeWhile(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  137. def thisCollection: Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  138. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (GraphTraversalImpl.this)#EdgeT, Col[(GraphTraversalImpl.this)#EdgeT]]): Col[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  139. def toArray[B >: (GraphTraversalImpl.this)#EdgeT](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def toBuffer[B >: (GraphTraversalImpl.this)#EdgeT]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def toCollection(repr: Traversable[(GraphTraversalImpl.this)#EdgeT]): Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  142. final def toGraph: Graph[N, E]

    Permalink

    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
  143. def toIndexedSeq: IndexedSeq[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  144. final def toInnerElemTraverser(root: (GraphTraversalImpl.this)#NodeT): (GraphTraversalImpl.this)#InnerElemTraverser

    Permalink
    Definition Classes
    FluentProperties
  145. def toIterable: Iterable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  146. def toIterator: Iterator[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableOnce
  147. def toList: List[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def toMap[T, U](implicit ev: <:<[(GraphTraversalImpl.this)#EdgeT, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to CollectionsHaveToParArray[(GraphTraversalImpl.this)#InnerEdgeTraverser, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type ((GraphTraversalImpl.this)#InnerEdgeTraverser) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  150. def toSeq: Seq[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  151. def toSet[B >: (GraphTraversalImpl.this)#EdgeT]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. def toStream: Stream[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableOnce
  153. def toString(): String

    Permalink
    Definition Classes
    TraversableLike → Any
  154. def toTraversable: Traversable[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  155. def toVector: Vector[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  156. final def topologicalSort[U](ignorePredecessors: Boolean = false)(implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): (GraphTraversalImpl.this)#CycleNodeOrTopologicalOrder

    Permalink

    Sorts the component designated by the given node topologically.

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

    ignorePredecessors

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

    visitor

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

    Definition Classes
    ImplTraverserMethods
  157. def transpose[B](implicit asTraversable: ((GraphTraversalImpl.this)#EdgeT) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  158. def unzip[A1, A2](implicit asPair: ((GraphTraversalImpl.this)#EdgeT) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  159. def unzip3[A1, A2, A3](implicit asTriple: ((GraphTraversalImpl.this)#EdgeT) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  160. val value: (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  161. def view(from: Int, until: Int): TraversableView[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Definition Classes
    TraversableLike
  162. def view: TraversableView[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Definition Classes
    TraversableLike
  163. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  165. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  166. final def withDirection(direction: Direction): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink

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

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

    Definition Classes
    FluentProperties
  167. def withFilter(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): FilterMonadic[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  168. final def withKind(kind: Kind): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink

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

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

    Definition Classes
    FluentProperties
  169. final def withMaxDepth(maxDepth: Int): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink

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

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

    Definition Classes
    FluentProperties
  170. final def withOrdering(ordering: (GraphTraversalImpl.this)#ElemOrdering): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

    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
  174. def ~[N >: N1](n2: N): UnDiEdge[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  175. def ~>[N >: N1](n2: N): DiEdge[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  176. def [B](y: B): ((GraphTraversalImpl.this)#InnerEdgeTraverser, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerEdgeTraverser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): TraversableOnce[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to MonadOps[(GraphTraversalImpl.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerEdgeTraverser: MonadOps[(GraphTraversalImpl.this)#EdgeT]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to MonadOps[(GraphTraversalImpl.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerEdgeTraverser: MonadOps[(GraphTraversalImpl.this)#EdgeT]).flatMap(f)
    Definition Classes
    MonadOps
  3. def flatten: Iterator[(GraphTraversalImpl.this)#NodeT]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to FlattenOps[(GraphTraversalImpl.this)#NodeT] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type (Iterable[(GraphTraversalImpl.this)#NodeT]) ⇒ TraversableOnce[(GraphTraversalImpl.this)#NodeT] is in scope.
    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:
    (innerEdgeTraverser: FlattenOps[(GraphTraversalImpl.this)#NodeT]).flatten
    Definition Classes
    FlattenOps
  4. def map[B](f: ((GraphTraversalImpl.this)#EdgeT) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to MonadOps[(GraphTraversalImpl.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerEdgeTraverser: MonadOps[(GraphTraversalImpl.this)#EdgeT]).map(f)
    Definition Classes
    MonadOps
  5. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] 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:
    (innerEdgeTraverser: OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser]).stringPrefix
    Definition Classes
    NodeParam
  6. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser] 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:
    (innerEdgeTraverser: OuterNode[(GraphTraversalImpl.this)#InnerEdgeTraverser]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  7. def withFilter(p: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Iterator[(GraphTraversalImpl.this)#EdgeT]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerEdgeTraverser to MonadOps[(GraphTraversalImpl.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerEdgeTraverser: MonadOps[(GraphTraversalImpl.this)#EdgeT]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser]

Inherited from (GraphTraversalImpl.this)#InnerEdgeTraverser

Inherited from (GraphTraversalImpl.this)#Traverser[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser]

Inherited from Traversable[(GraphTraversalImpl.this)#EdgeT]

Inherited from GenTraversable[(GraphTraversalImpl.this)#EdgeT]

Inherited from TraversableLike[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

Inherited from GenTraversableLike[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

Inherited from Parallelizable[(GraphTraversalImpl.this)#EdgeT, ParIterable[(GraphTraversalImpl.this)#EdgeT]]

Inherited from TraversableOnce[(GraphTraversalImpl.this)#EdgeT]

Inherited from GenTraversableOnce[(GraphTraversalImpl.this)#EdgeT]

Inherited from FilterMonadic[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

Inherited from HasNewBuilder[(GraphTraversalImpl.this)#EdgeT, Traversable[(GraphTraversalImpl.this)#EdgeT]]

Inherited from (GraphTraversalImpl.this)#Properties

Inherited from (GraphTraversalImpl.this)#SubgraphProperties

Inherited from (GraphTraversalImpl.this)#TraverserMethods[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser]

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

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion CollectionsHaveToParArray from (GraphTraversalImpl.this)#InnerEdgeTraverser to CollectionsHaveToParArray[(GraphTraversalImpl.this)#InnerEdgeTraverser, T]

Inherited by implicit conversion MonadOps from (GraphTraversalImpl.this)#InnerEdgeTraverser to MonadOps[(GraphTraversalImpl.this)#EdgeT]

Inherited by implicit conversion flattenTraversableOnce from (GraphTraversalImpl.this)#InnerEdgeTraverser to FlattenOps[(GraphTraversalImpl.this)#NodeT]

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

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

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

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

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

Inherited by implicit conversion alternateImplicit from (GraphTraversalImpl.this)#InnerEdgeTraverser to ForceImplicitAmbiguity

Ungrouped