Trait

scalax.collection.TraverserImpl

Impl

Related Doc: package TraverserImpl

Permalink

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
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. SubgraphProperties
  15. TraverserMethods
  16. FluentProperties
  17. AnyRef
  18. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by MonadOps
  4. by EdgeAssoc
  5. by graphParamsToPartition
  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

Type Members

  1. final 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
  2. type Self = Traversable[A]

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

    Permalink
    Definition Classes
    TraversableLike

Abstract Value Members

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

    Permalink
    Attributes
    protected
    Definition Classes
    TraverserMethods
  2. abstract def newTraverser: (NodeT, Parameters, GraphTraversalImpl.NodeFilter, GraphTraversalImpl.EdgeFilter, GraphTraversalImpl.ElemOrdering, Option[GraphTraversalImpl.Weight]) ⇒ This

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

    Permalink
    Attributes
    protected
    Definition Classes
    TraverserMethods
  4. abstract def ordering: GraphTraversalImpl.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
    Properties
  5. abstract def parameters: Parameters

    Permalink

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    Properties
  6. abstract def root: NodeT

    Permalink

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    Properties
  7. abstract def subgraphEdges: GraphTraversalImpl.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
    SubgraphProperties
  8. abstract def subgraphNodes: GraphTraversalImpl.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
    SubgraphProperties

Concrete 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.Impl[A, This] to any2stringadd[GraphTraversalImpl.Impl[A, This]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to ArrowAssoc[GraphTraversalImpl.Impl[A, This]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if A is a subclass of Param[Nothing, Nothing] (A <: Param[Nothing, Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, A) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (A, 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]
  12. def addString(b: StringBuilder): StringBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def drop(n: Int): Traversable[A]

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  29. def edgeParams: Traversable[EdgeParam]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  30. val elems: Traversable[Param[N, E]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  31. def ensuring(cond: (GraphTraversalImpl.Impl[A, This]) ⇒ Boolean, msg: ⇒ Any): GraphTraversalImpl.Impl[A, This]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  42. final def findConnected[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) ⇒ U = empty): Option[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
  43. final def findCycle[U](implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.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
  44. final def findPredecessor[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) ⇒ U = empty): Option[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
  45. final def findSuccessor[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) ⇒ U = empty): Option[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
  46. def flatMap[B, That](f: (A) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  58. final def hasPredecessor[U](potentialPredecessor: NodeT)(implicit visitor: (A) ⇒ 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()
  59. final def hasSuccessor[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ 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()
  60. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  61. def head: A

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  63. final def ifSuccessors[A](block: ⇒ A): A

    Permalink
    Attributes
    protected
    Definition Classes
    TraverserMethods
  64. def init: Traversable[A]

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

    Permalink
    Definition Classes
    TraversableLike
  66. final def isConnectedWith[U](potentialConnected: NodeT)(implicit visitor: (A) ⇒ 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()
  67. def isDefined: Boolean

    Permalink
    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
  68. def isEdge: Boolean

    Permalink
    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
  69. def isEmpty: Boolean

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

    Permalink
    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
  71. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  72. def isNode: Boolean

    Permalink
    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
  73. def isOut: Boolean

    Permalink
    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
  74. final def isPredecessorOf[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Boolean

    Permalink

    Same as hasSuccessor.

    Same as hasSuccessor.

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

    Permalink

    Same as hasPredecessor.

    Same as hasPredecessor.

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  77. def last: A

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def maxWeight: Option[GraphTraversalImpl.Weight]

    Permalink

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

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

    Definition Classes
    Properties
  83. def min[B >: A](implicit cmp: Ordering[B]): A

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

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

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

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

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

    Permalink
    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
  89. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  91. def nodeParams: Traversable[NodeParam[N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  92. def nonEmpty: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  95. def par: ParIterable[A]

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  98. lazy val partitioned: (Traversable[Param[N, E]], Traversable[Param[N, E]])

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  99. final def pathTo[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.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
  100. final def pathUntil[U](pred: GraphTraversalImpl.NodeFilter)(implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.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
  101. def product[B >: A](implicit num: Numeric[B]): B

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def reversed: List[A]

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

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

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

  113. def seq: Traversable[A]

    Permalink
    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  114. final def shortestPathTo[T, U](potentialSuccessor: NodeT, weight: (GraphTraversalImpl.EdgeT) ⇒ T, visitor: (A) ⇒ U)(implicit arg0: Numeric[T]): Option[GraphTraversalImpl.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
  115. final def shortestPathTo[T](potentialSuccessor: NodeT, weight: (GraphTraversalImpl.EdgeT) ⇒ T)(implicit arg0: Numeric[T]): Option[GraphTraversalImpl.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()
  116. final def shortestPathTo[U](potentialSuccessor: NodeT)(implicit visitor: (A) ⇒ U = empty): Option[GraphTraversalImpl.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()
  117. def size: Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  124. def tail: Traversable[A]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  133. 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
  134. def toInParams: Traversable[InParam[N, E]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  135. def toIndexedSeq: IndexedSeq[A]

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

    Permalink
    Definition Classes
    FluentProperties
  137. def toIterable: Iterable[A]

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def toOuterEdges: Traversable[E[N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  142. def toOuterNodes: Traversable[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  143. def toParArray: ParArray[T]

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  149. def toVector: Vector[A]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  150. final def topologicalSort[U](ignorePredecessors: Boolean = false)(implicit visitor: (GraphTraversalImpl.InnerElem) ⇒ U = empty): GraphTraversalImpl.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
  151. def transpose[B](implicit asTraversable: (A) ⇒ 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.

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

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

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

    Permalink
    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
  155. def view(from: Int, until: Int): TraversableView[A, Traversable[A]]

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

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

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

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

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

    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. Note that methods returning a Cycle or Path accept only Successors.

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

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

    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
  163. final def withMaxDepth(maxDepth: Int): This

    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
  164. final def withMaxWeight(max: Long): This

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    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
  168. final def withParameters(parameters: Parameters): This

    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
  169. final def withRoot(root: NodeT): This

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

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

    Permalink
    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()
  172. def ~>[N >: N1](n2: N): DiEdge[N]

    Permalink
    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()
  173. def [B](y: B): (GraphTraversalImpl.Impl[A, This], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl.Impl[A, This] to ArrowAssoc[GraphTraversalImpl.Impl[A, This]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if A is a subclass of Param[Nothing, Nothing] (A <: Param[Nothing, Nothing]).
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

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

    Permalink
    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]

    Permalink
    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]

    Permalink
    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. def stringPrefix: String

    Permalink
    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
  5. def toString(): String

    Permalink
    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
  6. def withFilter(p: (A) ⇒ Boolean): Iterator[A]

    Permalink
    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

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.TraverserMethods[A, 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 CollectionsHaveToParArray from GraphTraversalImpl.Impl[A, This] to CollectionsHaveToParArray[GraphTraversalImpl.Impl[A, This], T]

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 graphParamsToPartition from GraphTraversalImpl.Impl[A, This] to Partitions[N, E]

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

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

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

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

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

Ungrouped