scalax.collection.GraphTraversalImpl

OuterEdgeTraverser

case class OuterEdgeTraverser(root: NodeT, parameters: Parameters = Parameters(), subgraphNodes: (NodeT) ⇒ Boolean = anyNode, subgraphEdges: (GraphTraversalImpl.EdgeT) ⇒ Boolean = anyEdge, ordering: GraphTraversalImpl.ElemOrdering = noOrdering) extends GraphTraversalImpl.OuterEdgeTraverser with Impl[E[N]] with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Serializable, Product, Equals, Impl[E[N]], GraphTraversalImpl.OuterEdgeTraverser, GraphTraversalImpl.Traverser[E[N], GraphTraversalImpl.OuterEdgeTraverser], Traversable[E[N]], GenTraversable[E[N]], GenericTraversableTemplate[E[N], Traversable], TraversableLike[E[N], Traversable[E[N]]], GenTraversableLike[E[N], Traversable[E[N]]], Parallelizable[E[N], ParIterable[E[N]]], TraversableOnce[E[N]], GenTraversableOnce[E[N]], FilterMonadic[E[N], Traversable[E[N]]], HasNewBuilder[E[N], Traversable[E[N]]], GraphTraversalImpl.Properties, GraphTraversalImpl.TraverserMethods[E[N], GraphTraversalImpl.OuterEdgeTraverser], GraphTraversalImpl.FluentProperties[GraphTraversalImpl.OuterEdgeTraverser], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OuterEdgeTraverser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Impl
  7. OuterEdgeTraverser
  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. TraverserMethods
  21. FluentProperties
  22. AnyRef
  23. 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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OuterEdgeTraverser(root: NodeT, parameters: Parameters = Parameters(), subgraphNodes: (NodeT) ⇒ Boolean = anyNode, subgraphEdges: (GraphTraversalImpl.EdgeT) ⇒ Boolean = anyEdge, ordering: GraphTraversalImpl.ElemOrdering = noOrdering)

Type Members

  1. type Self = Traversable[E[N]]

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

    Definition Classes
    TraversableLike

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 information
    This member is added by an implicit conversion from OuterEdgeTraverser to any2stringadd[OuterEdgeTraverser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: E[N], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: E[N], That](that: Traversable[B])(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike
  6. def ++:[B >: E[N], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (OuterEdgeTraverser, B)

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (E[N], B) ⇒ B): B

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

    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, E[N]) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. final def chose[U](f: (NodeT) ⇒ U, legacy: (NodeT) ⇒ VisitorReturn): (NodeT) ⇒ VisitorReturn

    Attributes
    protected
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def collect[B, That](pf: PartialFunction[E[N], B])(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  19. def collectFirst[B](pf: PartialFunction[E[N], B]): Option[B]

    Definition Classes
    TraversableOnce
  20. def companion: GenericCompanion[Traversable]

    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  21. def copyToArray[B >: E[N]](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: E[N]](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToArray[B >: E[N]](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def copyToBuffer[B >: E[N]](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  25. def count(p: (E[N]) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. final def depthFirstSearchWGB(globalState: Array[Handle] = Array.empty[Handle])(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): (Option[NodeT], ArrayStack[CycleStackElem])

    Definition Classes
    Impl
  27. def drop(n: Int): Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  28. def dropWhile(p: (E[N]) ⇒ Boolean): Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  29. final def edgeVisitor[U](f: (E[N]) ⇒ U): (GraphTraversalImpl.EdgeT) ⇒ Unit

    Attributes
    protected
    Definition Classes
    OuterEdgeTraverserTraverserMethods
  30. final def emptyVisitor(a: E[N]): Unit

    Attributes
    protected
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  31. def ensuring(cond: (OuterEdgeTraverser) ⇒ Boolean, msg: ⇒ Any): OuterEdgeTraverser

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to Ensuring[OuterEdgeTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: (OuterEdgeTraverser) ⇒ Boolean): OuterEdgeTraverser

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

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to Ensuring[OuterEdgeTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean): OuterEdgeTraverser

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

    Definition Classes
    AnyRef
  36. def exists(p: (E[N]) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  37. def filter(p: (E[N]) ⇒ Boolean): Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  38. def filterNot(p: (E[N]) ⇒ Boolean): Traversable[E[N]]

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def find(p: (E[N]) ⇒ Boolean): Option[E[N]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  41. final def findConnected(pred: (NodeT) ⇒ Boolean)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[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 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 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
  42. final def findCycle(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[GraphTraversalImpl.Cycle]

    Definition Classes
    Impl
  43. final def findPredecessor(pred: (NodeT) ⇒ Boolean)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[NodeT]

    Finds a predecessor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like 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 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
  44. final def findSuccessor(pred: (NodeT) ⇒ Boolean)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[NodeT]

    Finds a successor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like 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 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 returden.

    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
  45. def flatMap[B, That](f: (E[N]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  46. def flatten[B](implicit asTraversable: (E[N]) ⇒ GenTraversableOnce[B]): Traversable[B]

    Definition Classes
    GenericTraversableTemplate
  47. def fold[A1 >: E[N]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def foldLeft[B](z: B)(op: (B, E[N]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def foldRight[B](z: B)(op: (E[N], B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def forall(p: (E[N]) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  51. def foreach[U](f: (E[N]) ⇒ U): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  55. def groupBy[K](f: (E[N]) ⇒ K): Map[K, Traversable[E[N]]]

    Definition Classes
    TraversableLike → GenTraversableLike
  56. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  57. final def hasPredecessor(potentialPredecessor: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Boolean

    Checks whether potentialPredecessor is a predecessor of root considering all traversal properties passed to the traverser factory method like 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 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(potentialSuccessor: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Boolean

    Checks whether potentialSuccessor is a successor of this node considering all traversal properties passed to the traverser factory method like 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 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. def head: E[N]

    Definition Classes
    TraversableLike → GenTraversableLike
  60. def headOption: Option[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  61. def init: Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  62. def inits: Iterator[Traversable[E[N]]]

    Definition Classes
    TraversableLike
  63. final def isConnectedWith(potentialConnected: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): 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 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 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()
  64. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  65. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  66. def isEmpty: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  67. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] 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 information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  70. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  71. final def isPredecessorOf(potentialSuccessor: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Boolean

    Same as hasSuccessor.

    Same as hasSuccessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  72. final def isSuccessorOf(potentialPredecessor: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Boolean

    Same as hasPredecessor.

    Same as hasPredecessor.

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

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  74. def last: E[N]

    Definition Classes
    TraversableLike → GenTraversableLike
  75. def lastOption: Option[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  76. def map[B, That](f: (E[N]) ⇒ B)(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  77. def max[B >: E[N]](implicit cmp: Ordering[B]): E[N]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def maxBy[B](f: (E[N]) ⇒ B)(implicit cmp: Ordering[B]): E[N]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def min[B >: E[N]](implicit cmp: Ordering[B]): E[N]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def minBy[B](f: (E[N]) ⇒ B)(implicit cmp: Ordering[B]): E[N]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. val n1: OuterEdgeTraverser

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

    Definition Classes
    AnyRef
  86. def newBuilder: Builder[E[N], Traversable[E[N]]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  87. final def newTraverser: (NodeT, Parameters, (NodeT) ⇒ Boolean, (GraphTraversalImpl.EdgeT) ⇒ Boolean, GraphTraversalImpl.ElemOrdering) ⇒ OuterEdgeTraverser

    Attributes
    protected
    Definition Classes
    OuterEdgeTraverserFluentProperties
  88. final def nodeVisitor[U](f: (E[N]) ⇒ U): (NodeT) ⇒ VisitorReturn

    Attributes
    protected
    Definition Classes
    OuterEdgeTraverserTraverserMethods
  89. def nonEmpty: Boolean

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

    Definition Classes
    AnyRef
  91. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  92. val ordering: GraphTraversalImpl.ElemOrdering

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will be sorted during the traversal.

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will be sorted during the traversal. Thus it is guaranteed that the smaller an element's ranking the sooner it will be processed. In case of EdgeOrdering it is guaranteed that the smaller an edge's ranking the sooner its relevant end(s) will be processed.

    Definition Classes
    OuterEdgeTraverserProperties
  93. def par: ParIterable[E[N]]

    Definition Classes
    Parallelizable
  94. def parCombiner: Combiner[E[N], ParIterable[E[N]]]

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

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    OuterEdgeTraverserProperties
  96. def partition(p: (E[N]) ⇒ Boolean): (Traversable[E[N]], Traversable[E[N]])

    Definition Classes
    TraversableLike → GenTraversableLike
  97. final def pathTo(potentialSuccessor: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[GraphTraversalImpl.Path]

    Finds a path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like 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 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
  98. final def pathUntil(pred: (NodeT) ⇒ Boolean)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[GraphTraversalImpl.Path]

    Definition Classes
    Impl
  99. def product[B >: E[N]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def reduce[A1 >: E[N]](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def reduceLeft[B >: E[N]](op: (B, E[N]) ⇒ B): B

    Definition Classes
    TraversableOnce
  102. def reduceLeftOption[B >: E[N]](op: (B, E[N]) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def reduceOption[A1 >: E[N]](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def reduceRight[B >: E[N]](op: (E[N], B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def reduceRightOption[B >: E[N]](op: (E[N], B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def repr: Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  107. def reversed: List[E[N]]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  108. val root: NodeT

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    OuterEdgeTraverserPropertiesTraverserMethods
  109. def scan[B >: E[N], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  110. def scanLeft[B, That](z: B)(op: (B, E[N]) ⇒ B)(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  111. def scanRight[B, That](z: B)(op: (E[N], B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[E[N]], B, That]): That

    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.

  112. def seq: Traversable[E[N]]

    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  113. final def shortestPathTo[T](potentialSuccessor: NodeT, weight: (GraphTraversalImpl.EdgeT) ⇒ T, visitor: (E[N]) ⇒ Unit)(implicit arg0: Numeric[T]): Option[GraphTraversalImpl.Path]

    Definition Classes
    Impl
  114. final def shortestPathTo[T](potentialSuccessor: NodeT, weight: (GraphTraversalImpl.EdgeT) ⇒ T)(implicit arg0: Numeric[T]): Option[GraphTraversalImpl.Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like 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 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()
  115. final def shortestPathTo(potentialSuccessor: NodeT)(implicit visitor: (E[N]) ⇒ Unit = emptyVisitor): Option[GraphTraversalImpl.Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like 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 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()
  116. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def slice(from: Int, until: Int): Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  118. def span(p: (E[N]) ⇒ Boolean): (Traversable[E[N]], Traversable[E[N]])

    Definition Classes
    TraversableLike → GenTraversableLike
  119. def splitAt(n: Int): (Traversable[E[N]], Traversable[E[N]])

    Definition Classes
    TraversableLike → GenTraversableLike
  120. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  121. val subgraphEdges: (GraphTraversalImpl.EdgeT) ⇒ Boolean

    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
    OuterEdgeTraverserProperties
  122. val subgraphNodes: (NodeT) ⇒ Boolean

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

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

    Definition Classes
    OuterEdgeTraverserProperties
  123. def sum[B >: E[N]](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  125. def tail: Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  126. def tails: Iterator[Traversable[E[N]]]

    Definition Classes
    TraversableLike
  127. def take(n: Int): Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  128. def takeWhile(p: (E[N]) ⇒ Boolean): Traversable[E[N]]

    Definition Classes
    TraversableLike → GenTraversableLike
  129. def thisCollection: Traversable[E[N]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  130. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, E[N], Col[E[N]]]): Col[E[N]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  131. def toArray[B >: E[N]](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toBuffer[B >: E[N]]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toCollection(repr: Traversable[E[N]]): Traversable[E[N]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  134. 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
  135. def toIndexedSeq: IndexedSeq[E[N]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. final def toInnerElemTraverser(root: NodeT): GraphTraversalImpl.InnerElemTraverser

    Definition Classes
    FluentProperties
  137. def toIterable: Iterable[E[N]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def toIterator: Iterator[E[N]]

    Definition Classes
    TraversableLike → GenTraversableOnce
  139. def toList: List[E[N]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def toMap[T, U](implicit ev: <:<[E[N], (T, U)]): Map[T, U]

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

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to CollectionsHaveToParArray[OuterEdgeTraverser, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (OuterEdgeTraverser) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  142. def toSeq: Seq[E[N]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  143. def toSet[B >: E[N]]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  144. def toStream: Stream[E[N]]

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

    Definition Classes
    TraversableLike → Any
  146. def toTraversable: Traversable[E[N]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  147. def toVector: Vector[E[N]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def transpose[B](implicit asTraversable: (E[N]) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  149. def unzip[A1, A2](implicit asPair: (E[N]) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Definition Classes
    GenericTraversableTemplate
  150. def unzip3[A1, A2, A3](implicit asTriple: (E[N]) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Definition Classes
    GenericTraversableTemplate
  151. val value: OuterEdgeTraverser

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  152. def view(from: Int, until: Int): TraversableView[E[N], Traversable[E[N]]]

    Definition Classes
    TraversableLike
  153. def view: TraversableView[E[N], Traversable[E[N]]]

    Definition Classes
    TraversableLike
  154. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  157. final def withDirection(direction: Direction): GraphTraversalImpl.OuterEdgeTraverser

    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
  158. def withFilter(p: (E[N]) ⇒ Boolean): FilterMonadic[E[N], Traversable[E[N]]]

    Definition Classes
    TraversableLike → FilterMonadic
  159. final def withKind(kind: Kind): GraphTraversalImpl.OuterEdgeTraverser

    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
  160. final def withMaxDepth(maxDepth: Int): GraphTraversalImpl.OuterEdgeTraverser

    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
  161. final def withOrdering(ordering: GraphTraversalImpl.ElemOrdering): GraphTraversalImpl.OuterEdgeTraverser

    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
  162. final def withParameters(parameters: Parameters): GraphTraversalImpl.OuterEdgeTraverser

    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
  163. final def withRoot(root: NodeT): GraphTraversalImpl.OuterEdgeTraverser

    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
  164. final def withSubgraph(nodes: (NodeT) ⇒ Boolean = anyNode, edges: (GraphTraversalImpl.EdgeT) ⇒ Boolean = anyEdge): GraphTraversalImpl.OuterEdgeTraverser

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

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to EdgeAssoc[OuterEdgeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  166. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

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

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to ArrowAssoc[OuterEdgeTraverser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (E[N]) ⇒ Boolean): TraversableOnce[E[N]]

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to MonadOps[E[N]] 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:
    (outerEdgeTraverser: MonadOps[E[N]]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (E[N]) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to MonadOps[E[N]] 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:
    (outerEdgeTraverser: MonadOps[E[N]]).flatMap(f)
    Definition Classes
    MonadOps
  3. def flatten: Iterator[N]

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to FlattenOps[N] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type (E[N]) ⇒ TraversableOnce[N] 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:
    (outerEdgeTraverser: FlattenOps[N]).flatten
    Definition Classes
    FlattenOps
  4. def map[B](f: (E[N]) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to MonadOps[E[N]] 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:
    (outerEdgeTraverser: MonadOps[E[N]]).map(f)
    Definition Classes
    MonadOps
  5. def stringPrefix: String

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

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser] 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:
    (outerEdgeTraverser: OuterNode[OuterEdgeTraverser]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  7. def withFilter(p: (E[N]) ⇒ Boolean): Iterator[E[N]]

    Implicit information
    This member is added by an implicit conversion from OuterEdgeTraverser to MonadOps[E[N]] 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:
    (outerEdgeTraverser: MonadOps[E[N]]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Impl[E[N]]

Inherited from GraphTraversalImpl.OuterEdgeTraverser

Inherited from GraphTraversalImpl.Traverser[E[N], GraphTraversalImpl.OuterEdgeTraverser]

Inherited from Traversable[E[N]]

Inherited from GenTraversable[E[N]]

Inherited from GenericTraversableTemplate[E[N], Traversable]

Inherited from TraversableLike[E[N], Traversable[E[N]]]

Inherited from GenTraversableLike[E[N], Traversable[E[N]]]

Inherited from Parallelizable[E[N], ParIterable[E[N]]]

Inherited from TraversableOnce[E[N]]

Inherited from GenTraversableOnce[E[N]]

Inherited from FilterMonadic[E[N], Traversable[E[N]]]

Inherited from HasNewBuilder[E[N], Traversable[E[N]]]

Inherited from GraphTraversalImpl.TraverserMethods[E[N], GraphTraversalImpl.OuterEdgeTraverser]

Inherited from GraphTraversalImpl.FluentProperties[GraphTraversalImpl.OuterEdgeTraverser]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from OuterEdgeTraverser to OuterNode[OuterEdgeTraverser]

Inherited by implicit conversion CollectionsHaveToParArray from OuterEdgeTraverser to CollectionsHaveToParArray[OuterEdgeTraverser, T]

Inherited by implicit conversion MonadOps from OuterEdgeTraverser to MonadOps[E[N]]

Inherited by implicit conversion flattenTraversableOnce from OuterEdgeTraverser to FlattenOps[N]

Inherited by implicit conversion EdgeAssoc from OuterEdgeTraverser to EdgeAssoc[OuterEdgeTraverser]

Inherited by implicit conversion any2stringadd from OuterEdgeTraverser to any2stringadd[OuterEdgeTraverser]

Inherited by implicit conversion StringFormat from OuterEdgeTraverser to StringFormat[OuterEdgeTraverser]

Inherited by implicit conversion Ensuring from OuterEdgeTraverser to Ensuring[OuterEdgeTraverser]

Inherited by implicit conversion ArrowAssoc from OuterEdgeTraverser to ArrowAssoc[OuterEdgeTraverser]

Inherited by implicit conversion alternateImplicit from OuterEdgeTraverser to ForceImplicitAmbiguity

Ungrouped