Packages

trait Path extends Walk

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. Walk
  3. Iterable
  4. IterableLike
  5. Equals
  6. GenIterable
  7. GenIterableLike
  8. Traversable
  9. GenTraversable
  10. GenericTraversableTemplate
  11. TraversableLike
  12. GenTraversableLike
  13. Parallelizable
  14. TraversableOnce
  15. GenTraversableOnce
  16. FilterMonadic
  17. HasNewBuilder
  18. AnyRef
  19. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by MonadOps
  4. by ChainingOps
  5. by EdgeAssoc
  6. by TraversableEnrichments
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  11. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Self = Iterable[GraphTraversal.InnerElem]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]
    Definition Classes
    TraversableLike
  3. trait NodeValidator extends (NodeT) ⇒ Boolean
    Attributes
    protected
    Definition Classes
    Walk

Abstract Value Members

  1. abstract def edges: Iterable[GraphTraversal.EdgeT]

    All edges of this path/walk in proper order.

    All edges of this path/walk in proper order.

    Definition Classes
    Walk
  2. abstract def endNode: NodeT
    Definition Classes
    Walk
  3. abstract def nodes: Iterable[NodeT]

    All nodes on this path/walk in proper order.

    All nodes on this path/walk in proper order.

    Definition Classes
    Walk
  4. abstract def startNode: NodeT
    Definition Classes
    Walk

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Path to any2stringadd[Path] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: GraphTraversal.InnerElem, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: GraphTraversal.InnerElem, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike
  6. def ++:[B >: GraphTraversal.InnerElem, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (Path, B)
    Implicit
    This member is added by an implicit conversion from Path to ArrowAssoc[Path] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    TraversableOnce
  12. def aggregate[B](z: ⇒ B)(seqop: (B, GraphTraversal.InnerElem) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def canEqual(that: Any): Boolean
    Definition Classes
    IterableLike → Equals
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def collect[B, That](pf: PartialFunction[GraphTraversal.InnerElem, B])(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  17. def collectFirst[B](pf: PartialFunction[GraphTraversal.InnerElem, B]): Option[B]
    Definition Classes
    TraversableOnce
  18. def companion: GenericCompanion[Iterable]
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  19. final def containingGraph: GraphTraversal.this.type

    The Graph instance that contains this walk.

    The Graph instance that contains this walk.

    Definition Classes
    Walk
  20. def copyToArray[B >: GraphTraversal.InnerElem](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  21. def copyToArray[B >: GraphTraversal.InnerElem](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: GraphTraversal.InnerElem](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToBuffer[B >: GraphTraversal.InnerElem](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  24. def count(p: (GraphTraversal.InnerElem) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def drop(n: Int): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  26. def dropRight(n: Int): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike
  27. def dropWhile(p: (GraphTraversal.InnerElem) ⇒ Boolean): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  28. def ensuring(cond: (Path) ⇒ Boolean, msg: ⇒ Any): Path
    Implicit
    This member is added by an implicit conversion from Path to Ensuring[Path] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (Path) ⇒ Boolean): Path
    Implicit
    This member is added by an implicit conversion from Path to Ensuring[Path] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: ⇒ Any): Path
    Implicit
    This member is added by an implicit conversion from Path to Ensuring[Path] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): Path
    Implicit
    This member is added by an implicit conversion from Path to Ensuring[Path] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def exists(p: (GraphTraversal.InnerElem) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  35. def filter(p: (GraphTraversal.InnerElem) ⇒ Boolean): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  36. def filterNot(p: (GraphTraversal.InnerElem) ⇒ Boolean): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  37. def find(p: (GraphTraversal.InnerElem) ⇒ Boolean): Option[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  38. def flatMap[B, That](f: (GraphTraversal.InnerElem) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  39. def flatten[B](implicit asTraversable: (GraphTraversal.InnerElem) ⇒ GenTraversableOnce[B]): Iterable[B]
    Definition Classes
    GenericTraversableTemplate
  40. def fold[A1 >: GraphTraversal.InnerElem](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  41. def foldLeft[B](z: B)(op: (B, GraphTraversal.InnerElem) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  42. def foldRight[B](z: B)(op: (GraphTraversal.InnerElem, B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  43. def forall(p: (GraphTraversal.InnerElem) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  44. def foreach[U](f: (GraphTraversal.InnerElem) ⇒ U): Unit
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  45. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Path to StringFormat[Path] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  46. def genericBuilder[B]: Builder[B, Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. def groupBy[K](f: (GraphTraversal.InnerElem) ⇒ K): Map[K, Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    TraversableLike → GenTraversableLike
  49. def grouped(size: Int): Iterator[Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    IterableLike
  50. def hasDefiniteSize: Boolean
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  51. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. def head: GraphTraversal.InnerElem
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  53. def headOption: Option[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  54. def init: Iterable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  55. def inits: Iterator[Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    TraversableLike
  56. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  57. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  58. def isEmpty: Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  59. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  60. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  61. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  62. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  63. final def isTraversableAgain: Boolean
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  64. def isValid: Boolean

    Returns whether the nodes and edges on this path are valid with respect to this graph.

    Returns whether the nodes and edges on this path are valid with respect to this graph. This optional check is sane if there is reasonable doubt about the correctness of some algorithm results.

    Definition Classes
    PathWalk
  65. def iterator: Iterator[GraphTraversal.InnerElem]
    Definition Classes
    Walk → IterableLike → GenIterableLike
  66. def last: GraphTraversal.InnerElem
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def lastOption: Option[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  68. def length: Int

    The number of edges on this path/walk.

    The number of edges on this path/walk.

    Definition Classes
    Walk
  69. def map[B, That](f: (GraphTraversal.InnerElem) ⇒ B)(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  70. def max[B >: GraphTraversal.InnerElem](implicit cmp: Ordering[B]): GraphTraversal.InnerElem
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. def maxBy[B](f: (GraphTraversal.InnerElem) ⇒ B)(implicit cmp: Ordering[B]): GraphTraversal.InnerElem
    Definition Classes
    TraversableOnce → GenTraversableOnce
  72. def min[B >: GraphTraversal.InnerElem](implicit cmp: Ordering[B]): GraphTraversal.InnerElem
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def minBy[B](f: (GraphTraversal.InnerElem) ⇒ B)(implicit cmp: Ordering[B]): GraphTraversal.InnerElem
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. val n1: Path
    Implicit
    This member is added by an implicit conversion from Path to EdgeAssoc[Path] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  78. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. def newBuilder: Builder[GraphTraversal.InnerElem, Iterable[GraphTraversal.InnerElem]]
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  80. def nodeValidator: NodeValidator
    Attributes
    protected
    Definition Classes
    PathWalk
  81. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  83. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  84. def par: ParIterable[GraphTraversal.InnerElem]
    Definition Classes
    Parallelizable
  85. def parCombiner: Combiner[GraphTraversal.InnerElem, ParIterable[GraphTraversal.InnerElem]]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  86. def partition(p: (GraphTraversal.InnerElem) ⇒ Boolean): (Iterable[GraphTraversal.InnerElem], Iterable[GraphTraversal.InnerElem])
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def pipe[B](f: (Path) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Path to ChainingOps[Path] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  88. def product[B >: GraphTraversal.InnerElem](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def reduce[A1 >: GraphTraversal.InnerElem](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def reduceLeft[B >: GraphTraversal.InnerElem](op: (B, GraphTraversal.InnerElem) ⇒ B): B
    Definition Classes
    TraversableOnce
  91. def reduceLeftOption[B >: GraphTraversal.InnerElem](op: (B, GraphTraversal.InnerElem) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def reduceOption[A1 >: GraphTraversal.InnerElem](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def reduceRight[B >: GraphTraversal.InnerElem](op: (GraphTraversal.InnerElem, B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  94. def reduceRightOption[B >: GraphTraversal.InnerElem](op: (GraphTraversal.InnerElem, B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def repr: Iterable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  96. def reversed: List[GraphTraversal.InnerElem]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  97. def sameElements[B >: GraphTraversal.InnerElem](that: GenIterable[B]): Boolean
    Definition Classes
    IterableLike → GenIterableLike
  98. def scan[B >: GraphTraversal.InnerElem, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def scanLeft[B, That](z: B)(op: (B, GraphTraversal.InnerElem) ⇒ B)(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  100. def scanRight[B, That](z: B)(op: (GraphTraversal.InnerElem, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], 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.

  101. val self: Path
    Implicit
    This member is added by an implicit conversion from Path to ChainingOps[Path] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  102. def seq: Iterable[GraphTraversal.InnerElem]
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  103. def size: Int

    The number of nodes and edges on this path/walk.

    The number of nodes and edges on this path/walk.

    Definition Classes
    Walk → GenTraversableLike → TraversableOnce → GenTraversableOnce
  104. def sizeHintIfCheap: Int
    Attributes
    protected[scala.collection]
    Definition Classes
    GenTraversableOnce
  105. def slice(from: Int, until: Int): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  106. def sliding(size: Int, step: Int): Iterator[Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    IterableLike
  107. def sliding(size: Int): Iterator[Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    IterableLike
  108. def span(p: (GraphTraversal.InnerElem) ⇒ Boolean): (Iterable[GraphTraversal.InnerElem], Iterable[GraphTraversal.InnerElem])
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def splitAt(n: Int): (Iterable[GraphTraversal.InnerElem], Iterable[GraphTraversal.InnerElem])
    Definition Classes
    TraversableLike → GenTraversableLike
  110. def stringPrefix: String
    Definition Classes
    PathWalk → TraversableLike → GenTraversableLike
  111. def sum[B >: GraphTraversal.InnerElem](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  113. val t: Iterable[GraphTraversal.InnerElem]
    Implicit
    This member is added by an implicit conversion from Path to TraversableEnrichments[GraphTraversal.InnerElem, Iterable] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  114. def tail: Iterable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → GenTraversableLike
  115. def tails: Iterator[Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    TraversableLike
  116. def take(n: Int): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  117. def takeRight(n: Int): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike
  118. def takeWhile(p: (GraphTraversal.InnerElem) ⇒ Boolean): Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  119. def tap[U](f: (Path) ⇒ U): Path
    Implicit
    This member is added by an implicit conversion from Path to ChainingOps[Path] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  120. def thisCollection: Iterable[GraphTraversal.InnerElem]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  121. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, GraphTraversal.InnerElem, Col[GraphTraversal.InnerElem]]): Col[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  122. def toArray[B >: GraphTraversal.InnerElem](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def toBuffer[B >: GraphTraversal.InnerElem]: Buffer[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def toCollection(repr: Iterable[GraphTraversal.InnerElem]): Iterable[GraphTraversal.InnerElem]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  125. def toIndexedSeq: IndexedSeq[GraphTraversal.InnerElem]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toIterable: Iterable[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  127. def toIterator: Iterator[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  128. def toList: List[GraphTraversal.InnerElem]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toMap[T, U](implicit ev: <:<[GraphTraversal.InnerElem, (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[GraphTraversal.InnerElem, E]]
    Implicit
    This member is added by an implicit conversion from Path to TraversableEnrichments[GraphTraversal.InnerElem, Iterable] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  131. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from Path to CollectionsHaveToParArray[Path, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (Path) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  132. def toSeq: Seq[GraphTraversal.InnerElem]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toSet[B >: GraphTraversal.InnerElem]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toStream: Stream[GraphTraversal.InnerElem]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  135. def toString(): String
    Definition Classes
    TraversableLike → Any
  136. def toTraversable: Traversable[GraphTraversal.InnerElem]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  137. def toVector: Vector[GraphTraversal.InnerElem]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def transpose[B](implicit asTraversable: (GraphTraversal.InnerElem) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  139. def unzip[A1, A2](implicit asPair: (GraphTraversal.InnerElem) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    GenericTraversableTemplate
  140. def unzip3[A1, A2, A3](implicit asTriple: (GraphTraversal.InnerElem) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    GenericTraversableTemplate
  141. val value: Path
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  142. def view(from: Int, until: Int): IterableView[GraphTraversal.InnerElem, Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    IterableLike → TraversableLike
  143. def view: IterableView[GraphTraversal.InnerElem, Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    IterableLike → TraversableLike
  144. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  146. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  147. final def weight[T](f: (GraphTraversal.EdgeT) ⇒ T)(implicit arg0: Numeric[T]): T

    The cumulated weight of all edges on this path/walk.

    The cumulated weight of all edges on this path/walk.

    f

    The weight function overriding edge weights.

    Definition Classes
    Walk
  148. final def weight: Double

    The cumulated weight of all edges on this path/walk.

    The cumulated weight of all edges on this path/walk.

    Definition Classes
    Walk
  149. def withFilter(p: (GraphTraversal.InnerElem) ⇒ Boolean): FilterMonadic[GraphTraversal.InnerElem, Iterable[GraphTraversal.InnerElem]]
    Definition Classes
    TraversableLike → FilterMonadic
  150. def zip[A1 >: GraphTraversal.InnerElem, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  151. def zipAll[B, A1 >: GraphTraversal.InnerElem, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  152. def zipWithIndex[A1 >: GraphTraversal.InnerElem, That](implicit bf: CanBuildFrom[Iterable[GraphTraversal.InnerElem], (A1, Int), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  153. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from Path to EdgeAssoc[Path] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  154. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from Path to EdgeAssoc[Path] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  155. def [B](y: B): (Path, B)
    Implicit
    This member is added by an implicit conversion from Path to ArrowAssoc[Path] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (GraphTraversal.InnerElem) ⇒ Boolean): TraversableOnce[GraphTraversal.InnerElem]
    Implicit
    This member is added by an implicit conversion from Path to MonadOps[GraphTraversal.InnerElem] 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:
    (path: MonadOps[GraphTraversal.InnerElem]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (GraphTraversal.InnerElem) ⇒ GenTraversableOnce[B]): TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from Path to MonadOps[GraphTraversal.InnerElem] 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:
    (path: MonadOps[GraphTraversal.InnerElem]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (GraphTraversal.InnerElem) ⇒ B): TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from Path to MonadOps[GraphTraversal.InnerElem] 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:
    (path: MonadOps[GraphTraversal.InnerElem]).map(f)
    Definition Classes
    MonadOps
  4. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] 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:
    (path: OuterNode[Path]).stringPrefix
    Definition Classes
    NodeParam
  5. def toString(): String
    Implicit
    This member is added by an implicit conversion from Path to OuterNode[Path] 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:
    (path: OuterNode[Path]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  6. def withFilter(p: (GraphTraversal.InnerElem) ⇒ Boolean): Iterator[GraphTraversal.InnerElem]
    Implicit
    This member is added by an implicit conversion from Path to MonadOps[GraphTraversal.InnerElem] 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:
    (path: MonadOps[GraphTraversal.InnerElem]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, GraphTraversal.InnerElem) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: (GraphTraversal.InnerElem, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Walk

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

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

Inherited by implicit conversion MonadOps from Path to MonadOps[GraphTraversal.InnerElem]

Inherited by implicit conversion ChainingOps from Path to ChainingOps[Path]

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

Inherited by implicit conversion TraversableEnrichments from Path to TraversableEnrichments[GraphTraversal.InnerElem, Iterable]

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

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

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

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

Inherited by implicit conversion alternateImplicit from Path to ForceImplicitAmbiguity

Ungrouped