scalax.collection.TraverserImpl

Impl

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

Attributes
protected[scalax.collection]
Self Type
This
Linear Supertypes
GraphTraversalImpl.Traverser[A, This], Traversable[A], GenTraversable[A], GenericTraversableTemplate[A, Traversable], TraversableLike[A, Traversable[A]], GenTraversableLike[A, Traversable[A]], Parallelizable[A, ParIterable[A]], TraversableOnce[A], GenTraversableOnce[A], FilterMonadic[A, Traversable[A]], HasNewBuilder[A, Traversable[A]], GraphTraversalImpl.Properties, GraphTraversalImpl.TraverserMethods[A, This], GraphTraversalImpl.FluentProperties[This], AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Impl
  2. Traverser
  3. Traversable
  4. GenTraversable
  5. GenericTraversableTemplate
  6. TraversableLike
  7. GenTraversableLike
  8. Parallelizable
  9. TraversableOnce
  10. GenTraversableOnce
  11. FilterMonadic
  12. HasNewBuilder
  13. Properties
  14. TraverserMethods
  15. FluentProperties
  16. AnyRef
  17. Any
Implicitly
  1. by anyToNode
  2. by traversable2ops
  3. by MonadOps
  4. by EdgeAssoc
  5. by any2stringadd
  6. by any2stringfmt
  7. by any2ArrowAssoc
  8. by any2Ensuring
  9. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Runner[U] extends AnyRef

    Attributes
    protected
  2. type Self = Traversable[A]

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

    Definition Classes
    TraversableLike

Abstract Value Members

  1. abstract def edgeVisitor[U](f: (A) ⇒ U): (GraphTraversalImpl.EdgeT) ⇒ U

    Attributes
    protected
    Definition Classes
    TraverserMethods
  2. abstract def newTraverser: (NodeT, Parameters, (NodeT) ⇒ Boolean, (GraphTraversalImpl.EdgeT) ⇒ Boolean, GraphTraversalImpl.ElemOrdering) ⇒ This

    Attributes
    protected
    Definition Classes
    FluentProperties
  3. abstract def nodeVisitor[U](f: (A) ⇒ U): (NodeT) ⇒ U

    Attributes
    protected
    Definition Classes
    TraverserMethods
  4. abstract def ordering: GraphTraversalImpl.ElemOrdering

    $ORD

    $ORD

    Definition Classes
    Properties
  5. abstract def parameters: Parameters

    $PARAMETERS

    $PARAMETERS

    Definition Classes
    Properties
  6. abstract def root: NodeT

    $ROOT

    $ROOT

    Definition Classes
    Properties
  7. abstract def subgraphEdges: (GraphTraversalImpl.EdgeT) ⇒ Boolean

    $SUBGRAPHEDGES

    $SUBGRAPHEDGES

    Definition Classes
    Properties
  8. abstract def subgraphNodes: (NodeT) ⇒ Boolean

    $SUBGRAPHNODES

    $SUBGRAPHNODES

    Definition Classes
    Properties

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

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

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

    Definition Classes
    TraversableLike
  8. def ->[B](y: B): (GraphTraversalImpl.Impl[A, This], B)

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :\[B](z: B)(op: (A, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. object Runner

    Attributes
    protected[scalax.collection]
  14. final val addMethod: (NodeT, GraphTraversalImpl.EdgeT, (NodeT) ⇒ Unit) ⇒ Unit

    Attributes
    protected
  15. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  18. def aggregate[B](z: B)(seqop: (B, A) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. final def apply[U](pred: (NodeT) ⇒ Boolean = noNode, visitor: (A) ⇒ U = empty): Option[NodeT]

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

    Definition Classes
    Any
  21. def asParIterable: ParIterable[A]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  22. def asParSeq: ParSeq[A]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  23. def clone(): AnyRef

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

    Definition Classes
    TraversableLike → GenTraversableLike
  25. def collectFirst[B](pf: PartialFunction[A, B]): Option[B]

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

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

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  28. def copyToArray[B >: A](xs: Array[B]): Unit

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  31. def count(p: (A) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. final val doEdgeFilter: Boolean

    Attributes
    protected
  33. final val doEdgeSort: Boolean

    Attributes
    protected
  34. final val doNodeFilter: Boolean

    Attributes
    protected
  35. final val doNodeSort: Boolean

    Attributes
    protected
  36. def drop(n: Int): Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  37. def dropWhile(p: (A) ⇒ Boolean): Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  38. final val edgeOrdering: GraphTraversalImpl.EdgeOrdering

    Attributes
    protected
  39. def ensuring(cond: (GraphTraversalImpl.Impl[A, This]) ⇒ Boolean, msg: ⇒ Any): GraphTraversalImpl.Impl[A, This]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Ensuring[GraphTraversalImpl.Impl[A, This]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: (GraphTraversalImpl.Impl[A, This]) ⇒ Boolean): GraphTraversalImpl.Impl[A, This]

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Ensuring[GraphTraversalImpl.Impl[A, This]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean): GraphTraversalImpl.Impl[A, This]

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

    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  45. def exists(p: (A) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  46. def filter(p: (A) ⇒ Boolean): Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  47. def filterNot(p: (A) ⇒ Boolean): Traversable[A]

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

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

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  50. final def findConnected[U](pred: (NodeT) ⇒ Boolean)(implicit visitor: (A) ⇒ U = empty): Option[NodeT]

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

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds $CONSIDERING For directed or mixed graphs the node to be found is 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

    $OPTVISITOR

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no connection to such a node or
    3. there exists a connection to such a node but $DUETOSUBG
    Definition Classes
    TraverserMethods
  51. final def findCycle[U](implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.Cycle]

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

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

    visitor

    $OPTVISITOR

    returns

    A cycle or None if either

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

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

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

    pred

    The predicate which must hold true for the resulting node.

    visitor

    $OPTVISITOR

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path from such a node to this node or
    3. there exists a path from such a node to root but $DUETOSUBG
    Definition Classes
    TraverserMethods
  53. final def findSuccessor[U](pred: (NodeT) ⇒ Boolean)(implicit visitor: (A) ⇒ U = empty): Option[NodeT]

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

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

    pred

    The predicate which must hold for the resulting node.

    visitor

    $OPTVISITOR

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path to such a node or
    3. there exists a path to such a node but $DUETOSUBG
    Definition Classes
    TraverserMethods
  54. def flatMap[B, That](f: (A) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

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

    Definition Classes
    GenericTraversableTemplate
  56. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def foldLeft[B](z: B)(op: (B, A) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def foldRight[B](z: B)(op: (A, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def forall(p: (A) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  60. def foreach[U](f: (A) ⇒ U): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  64. def groupBy[K](f: (A) ⇒ K): Map[K, Traversable[A]]

    Definition Classes
    TraversableLike → GenTraversableLike
  65. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  66. final def hasPredecessor[U](potentialPredecessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Boolean

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

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

    potentialPredecessor

    The node which is potentially a predecessor of root.

    visitor

    $OPTVISITOR

    returns

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

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

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

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

    potentialSuccessor

    The node which is potentially a successor of this node.

    visitor

    $OPTVISITOR

    returns

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

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  68. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  69. def head: A

    Definition Classes
    TraversableLike → GenTraversableLike
  70. def headOption: Option[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  71. def ifParSeq[R](isbody: (ParSeq[A]) ⇒ R): (TraversableOps[A])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  72. def init: Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  73. def inits: Iterator[Traversable[A]]

    Definition Classes
    TraversableLike
  74. final def isConnectedWith[U](potentialConnected: NodeT)(implicit visitor: (A) ⇒ U = empty): Boolean

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

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

    potentialConnected

    The node which is potentially connected with root.

    visitor

    $OPTVISITOR

    returns

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

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  75. def isDefined: Boolean

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

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

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to OuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  79. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  80. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to OuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  81. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to OuterNode[GraphTraversalImpl.Impl[A, This]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  82. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  83. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  84. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  85. final def isPredecessorOf[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Boolean

    Same as hasSuccessor.

    Same as hasSuccessor.

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

    Same as hasPredecessor.

    Same as hasPredecessor.

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

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  88. def last: A

    Definition Classes
    TraversableLike → GenTraversableLike
  89. def lastOption: Option[A]

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

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  91. def max[B >: A](implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def maxBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def min[B >: A](implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def minBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. val n1: GraphTraversalImpl.Impl[A, This]

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

    Definition Classes
    AnyRef
  100. def newBuilder: Builder[A, Traversable[A]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  101. final val nodeOrdering: GraphTraversalImpl.NodeOrdering

    Attributes
    protected
  102. def nonEmpty: Boolean

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

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

    Definition Classes
    AnyRef
  105. def par: ParIterable[A]

    Definition Classes
    Parallelizable
  106. def parCombiner: Combiner[A, ParIterable[A]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  107. def partition(p: (A) ⇒ Boolean): (Traversable[A], Traversable[A])

    Definition Classes
    TraversableLike → GenTraversableLike
  108. final def pathTo[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.Path]

    Finds a path from root to potentialSuccessor $CONSIDERING

    Finds a path from root to potentialSuccessor $CONSIDERING

    potentialSuccessor

    The node a path is to be found to.

    visitor

    $OPTVISITOR

    returns

    A path to potentialSuccessor or None if either

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

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

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

    pred

    The predicate which must hold true for the successor.

    visitor

    $OPTVISITOR

    returns

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def reduceLeft[B >: A](op: (B, A) ⇒ B): B

    Definition Classes
    TraversableOnce
  113. def reduceLeftOption[B >: A](op: (B, A) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def reduceRight[B >: A](op: (A, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def reduceRightOption[B >: A](op: (A, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def repr: Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  118. final val reverseEdgeOrdering: Ordering[GraphTraversalImpl.EdgeT]

    Attributes
    protected
  119. final val reverseNodeOrdering: Ordering[NodeT]

    Attributes
    protected
  120. def reversed: List[A]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  121. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[A], B, That]): That

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

    Definition Classes
    TraversableLike → GenTraversableLike
  123. def scanRight[B, That](z: B)(op: (A, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[A], 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.

  124. def seq: Traversable[A]

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

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

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

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

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

    visitor

    $OPTVISITOR

    returns

    The shortest path to potentialSuccessor or None if either

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

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

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

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

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

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but $DUETOSUBG
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  127. final def shortestPathTo[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.Path]

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

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

    potentialSuccessor

    The node the shortest path is to be found to.

    visitor

    $OPTVISITOR

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but $DUETOSUBG
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  128. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def slice(from: Int, until: Int): Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  130. def span(p: (A) ⇒ Boolean): (Traversable[A], Traversable[A])

    Definition Classes
    TraversableLike → GenTraversableLike
  131. def splitAt(n: Int): (Traversable[A], Traversable[A])

    Definition Classes
    TraversableLike → GenTraversableLike
  132. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  133. def sum[B >: A](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  135. def tail: Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  136. def tails: Iterator[Traversable[A]]

    Definition Classes
    TraversableLike
  137. def take(n: Int): Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  138. def takeWhile(p: (A) ⇒ Boolean): Traversable[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  139. def thisCollection: Traversable[A]

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  142. def toBuffer[B >: A]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  143. def toCollection(repr: Traversable[A]): Traversable[A]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  144. 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
  145. def toIndexedSeq: IndexedSeq[A]

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

    Definition Classes
    FluentProperties
  147. def toIterable: Iterable[A]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def toIterator: Iterator[A]

    Definition Classes
    TraversableLike → GenTraversableOnce
  149. def toList: List[A]

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  151. def toParArray: ParArray[A]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  152. def toSeq: Seq[A]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  153. def toSet[B >: A]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  154. def toStream: Stream[A]

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

    Definition Classes
    TraversableLike → Any
  156. def toTraversable: Traversable[A]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  157. def toVector: Vector[A]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  158. def transpose[B](implicit asTraversable: (A) ⇒ 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.

  159. def unzip[A1, A2](implicit asPair: (A) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Definition Classes
    GenericTraversableTemplate
  160. def unzip3[A1, A2, A3](implicit asTriple: (A) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Definition Classes
    GenericTraversableTemplate
  161. val value: GraphTraversalImpl.Impl[A, This]

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

    Definition Classes
    TraversableLike
  163. def view: TraversableView[A, Traversable[A]]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  167. final def withDirection(direction: Direction): This

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

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

    Definition Classes
    FluentProperties
  168. def withFilter(p: (A) ⇒ Boolean): FilterMonadic[A, Traversable[A]]

    Definition Classes
    TraversableLike → FilterMonadic
  169. final def withKind(kind: Kind): This

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraverserMethods
  174. final def withSubgraph(nodes: (NodeT) ⇒ Boolean = anyNode, edges: (GraphTraversalImpl.EdgeT) ⇒ Boolean = anyEdge): This

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

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

    Definition Classes
    FluentProperties
  175. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

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

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to ArrowAssoc[GraphTraversalImpl.Impl[A, This]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

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

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to MonadOps[A] 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:
    (impl: MonadOps[A]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (A) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to MonadOps[A] 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:
    (impl: MonadOps[A]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (impl: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (impl: StringFormat).self
    Definition Classes
    StringFormat
  6. def stringPrefix: String

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

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to MonadOps[A] 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:
    (impl: MonadOps[A]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: GraphTraversalImpl.Impl[A, This]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to ArrowAssoc[GraphTraversalImpl.Impl[A, This]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (impl: ArrowAssoc[GraphTraversalImpl.Impl[A, This]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: GraphTraversalImpl.Impl[A, This]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Ensuring[GraphTraversalImpl.Impl[A, This]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (impl: Ensuring[GraphTraversalImpl.Impl[A, This]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from GraphTraversalImpl.Traverser[A, This]

Inherited from Traversable[A]

Inherited from GenTraversable[A]

Inherited from TraversableLike[A, Traversable[A]]

Inherited from GenTraversableLike[A, Traversable[A]]

Inherited from Parallelizable[A, ParIterable[A]]

Inherited from TraversableOnce[A]

Inherited from GenTraversableOnce[A]

Inherited from FilterMonadic[A, Traversable[A]]

Inherited from HasNewBuilder[A, Traversable[A]]

Inherited from GraphTraversalImpl.Properties

Inherited from GraphTraversalImpl.TraverserMethods[A, This]

Inherited from GraphTraversalImpl.FluentProperties[This]

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion traversable2ops from GraphTraversalImpl.Impl[A, This] to TraversableOps[A]

Inherited by implicit conversion MonadOps from GraphTraversalImpl.Impl[A, This] to MonadOps[A]

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

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

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

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

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

Inherited by implicit conversion alternateImplicit from GraphTraversalImpl.Impl[A, This] to ForceImplicitAmbiguity

Ungrouped