Packages

class PathBuilder extends (GraphTraversalImpl.this)#WalkBuilder with (GraphTraversalImpl.this)#PathBuilder

Self Type
(GraphTraversalImpl.this)#PathBuilder
Linear Supertypes
(GraphTraversalImpl.this)#PathBuilder, (GraphTraversalImpl.this)#WalkBuilder, (GraphTraversalImpl.this)#WalkBuilder, Growable[(GraphTraversalImpl.this)#InnerElem], Builder[(GraphTraversalImpl.this)#InnerElem, (GraphTraversalImpl.this)#Path], Growable[(GraphTraversalImpl.this)#InnerElem], Clearable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathBuilder
  2. PathBuilder
  3. WalkBuilder
  4. WalkBuilder
  5. Growable
  6. Builder
  7. Growable
  8. Clearable
  9. AnyRef
  10. Any
Implicitly
  1. by ChainingOps
  2. by EdgeAssoc
  3. by anyToNode
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PathBuilder(start: (GraphTraversalImpl.this)#NodeT, sizeHint: Int = defaultPathSize, edgeSelector: ((GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#NodeT) => Option[(GraphTraversalImpl.this)#EdgeT])

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 (GraphTraversalImpl.this)#PathBuilder toany2stringadd[(GraphTraversalImpl.this)#PathBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++=(xs: scala.collection.IterableOnce[(GraphTraversalImpl.this)#InnerElem]): PathBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  5. final def +=(edge: (GraphTraversalImpl.this)#EdgeT): PathBuilder.this.type

    Tries to add edge to the tail of the path/walk.

    Tries to add edge to the tail of the path/walk.

    Definition Classes
    WalkBuilder
    Annotations
    @inline()
  6. final def +=(node: (GraphTraversalImpl.this)#NodeT): PathBuilder.this.type

    Tries to add node to the tail of the path/walk.

    Tries to add node to the tail of the path/walk.

    Definition Classes
    WalkBuilder
    Annotations
    @inline()
  7. final def +=(elem: (GraphTraversalImpl.this)#InnerElem): PathBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  8. def ->[B](y: B): ((GraphTraversalImpl.this)#PathBuilder, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toArrowAssoc[(GraphTraversalImpl.this)#PathBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def add(edge: (GraphTraversalImpl.this)#EdgeT): Boolean

    Tries to add edge to the tail of the path/walk.

    Tries to add edge to the tail of the path/walk.

    returns

    Whether the addition was successful.

    Definition Classes
    PathBuilderWalkBuilderWalkBuilder
  11. def add(node: (GraphTraversalImpl.this)#NodeT): Boolean

    Tries to add node to the tail of the path/walk.

    Tries to add node to the tail of the path/walk.

    returns

    Whether the addition was successful.

    Definition Classes
    PathBuilderWalkBuilderWalkBuilder
  12. final def add(elem: (GraphTraversalImpl.this)#InnerElem): Boolean

    Tries to add elem to the tail of the path/walk.

    Tries to add elem to the tail of the path/walk.

    returns

    Whether the addition was successful.

    Definition Classes
    WalkBuilder
    Annotations
    @inline()
  13. def addAll(xs: scala.collection.IterableOnce[(GraphTraversalImpl.this)#InnerElem]): PathBuilder.this.type
    Definition Classes
    Growable
  14. def addOne(elem: (GraphTraversalImpl.this)#InnerElem): PathBuilder.this.type

    Tries to add elem to the tail of the path/walk.

    Tries to add elem to the tail of the path/walk.

    Definition Classes
    WalkBuilder → Growable
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clear(): Unit
    Definition Classes
    PathBuilderWalkBuilder → Builder → Clearable
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. val edges: ArrayBuffer[(GraphTraversalImpl.this)#EdgeT]
    Attributes
    protected[this]
    Definition Classes
    WalkBuilder
  19. def ensuring(cond: ((GraphTraversalImpl.this)#PathBuilder) => Boolean, msg: => Any): (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEnsuring[(GraphTraversalImpl.this)#PathBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: ((GraphTraversalImpl.this)#PathBuilder) => Boolean): (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEnsuring[(GraphTraversalImpl.this)#PathBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEnsuring[(GraphTraversalImpl.this)#PathBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEnsuring[(GraphTraversalImpl.this)#PathBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toStringFormat[(GraphTraversalImpl.this)#PathBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  30. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  31. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  34. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  35. def knownSize: Int
    Definition Classes
    Growable
  36. var lastNode: Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected[this]
    Definition Classes
    WalkBuilder
  37. def mapResult[NewTo](f: ((GraphTraversalImpl.this)#Path) => NewTo): Builder[(GraphTraversalImpl.this)#InnerElem, NewTo]
    Definition Classes
    Builder
  38. val n1: (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEdgeAssoc[(GraphTraversalImpl.this)#PathBuilder] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. val nodes: ArrayBuffer[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected[this]
    Definition Classes
    WalkBuilder
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def pipe[B](f: ((GraphTraversalImpl.this)#PathBuilder) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toChainingOps[(GraphTraversalImpl.this)#PathBuilder] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  44. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  45. def result(): (GraphTraversalImpl.this)#Path
    Definition Classes
    PathBuilderWalkBuilder → Builder
  46. final def resultEdges: IndexedSeq[(GraphTraversalImpl.this)#EdgeT]
    Attributes
    protected
    Definition Classes
    WalkBuilder
  47. def select(fromNodes: Set[(GraphTraversalImpl.this)#NodeT]): Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected
    Definition Classes
    PathBuilderWalkBuilder
  48. val self: (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toChainingOps[(GraphTraversalImpl.this)#PathBuilder] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  49. final def sizeHint(coll: scala.collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  50. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  51. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  52. val start: (GraphTraversalImpl.this)#NodeT

    The node this walk starts at.

    The node this walk starts at.

    Definition Classes
    PathBuilderWalkBuilderWalkBuilder
  53. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def tap[U](f: ((GraphTraversalImpl.this)#PathBuilder) => U): (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toChainingOps[(GraphTraversalImpl.this)#PathBuilder] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. val value: (GraphTraversalImpl.this)#PathBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEdgeAssoc[(GraphTraversalImpl.this)#PathBuilder] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  62. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toEdgeAssoc[(GraphTraversalImpl.this)#PathBuilder] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toOuterNode[(GraphTraversalImpl.this)#PathBuilder] 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:
    (pathBuilder: OuterNode[(GraphTraversalImpl.this)#PathBuilder]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. final def +=(elem1: (GraphTraversalImpl.this)#InnerElem, elem2: (GraphTraversalImpl.this)#InnerElem, elems: (GraphTraversalImpl.this)#InnerElem*): PathBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= (addAll) instead of varargs +=

  2. def [B](y: B): ((GraphTraversalImpl.this)#PathBuilder, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilder toArrowAssoc[(GraphTraversalImpl.this)#PathBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from (GraphTraversalImpl.this)#PathBuilder

Inherited from (GraphTraversalImpl.this)#WalkBuilder

Inherited from (GraphTraversalImpl.this)#WalkBuilder

Inherited from Growable[(GraphTraversalImpl.this)#InnerElem]

Inherited from Builder[(GraphTraversalImpl.this)#InnerElem, (GraphTraversalImpl.this)#Path]

Inherited from Growable[(GraphTraversalImpl.this)#InnerElem]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ChainingOps from(GraphTraversalImpl.this)#PathBuilder to ChainingOps[(GraphTraversalImpl.this)#PathBuilder]

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

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

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

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

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

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

Ungrouped