Packages

class PathBuilderImpl extends (GraphTraversalImpl.this)#WalkBuilderImpl with (GraphTraversalImpl.this)#PathBuilder

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

Instance Constructors

  1. new PathBuilderImpl(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. final def ++=(elems: IterableOnce[(GraphTraversalImpl.this)#InnerElem]): PathBuilderImpl.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  4. final def +=(edge: (GraphTraversalImpl.this)#EdgeT): PathBuilderImpl.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()
  5. final def +=(node: (GraphTraversalImpl.this)#NodeT): PathBuilderImpl.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()
  6. final def +=(elem: (GraphTraversalImpl.this)#InnerElem): PathBuilderImpl.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. def ->[B](y: B): ((GraphTraversalImpl.this)#PathBuilderImpl, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toArrowAssoc[(GraphTraversalImpl.this)#PathBuilderImpl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. 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
    PathBuilderImplWalkBuilderImplWalkBuilder
  10. 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
    PathBuilderImplWalkBuilderImplWalkBuilder
  11. 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
  12. def addAll(elems: IterableOnce[(GraphTraversalImpl.this)#InnerElem]): PathBuilderImpl.this.type
    Definition Classes
    Growable
  13. def addOne(elem: (GraphTraversalImpl.this)#InnerElem): PathBuilderImpl.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
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clear(): Unit
    Definition Classes
    PathBuilderImplWalkBuilderImpl → Builder → Clearable
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. val edges: ArrayBuffer[(GraphTraversalImpl.this)#EdgeT]
    Attributes
    protected[this]
    Definition Classes
    WalkBuilderImpl
  18. def ensuring(cond: ((GraphTraversalImpl.this)#PathBuilderImpl) => Boolean, msg: => Any): (GraphTraversalImpl.this)#PathBuilderImpl
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toEnsuring[(GraphTraversalImpl.this)#PathBuilderImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: ((GraphTraversalImpl.this)#PathBuilderImpl) => Boolean): (GraphTraversalImpl.this)#PathBuilderImpl
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toEnsuring[(GraphTraversalImpl.this)#PathBuilderImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): (GraphTraversalImpl.this)#PathBuilderImpl
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toEnsuring[(GraphTraversalImpl.this)#PathBuilderImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#PathBuilderImpl
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toEnsuring[(GraphTraversalImpl.this)#PathBuilderImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def knownSize: Int
    Definition Classes
    Growable
  28. var lastNode: Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected[this]
    Definition Classes
    WalkBuilderImpl
  29. def mapResult[NewTo](f: ((GraphTraversalImpl.this)#Path) => NewTo): Builder[(GraphTraversalImpl.this)#InnerElem, NewTo]
    Definition Classes
    Builder
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. val nodes: ArrayBuffer[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected[this]
    Definition Classes
    WalkBuilderImpl
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def result(): (GraphTraversalImpl.this)#Path
    Definition Classes
    PathBuilderImplWalkBuilderImpl → Builder
  35. final def resultEdges: IndexedSeq[(GraphTraversalImpl.this)#EdgeT]
    Attributes
    protected
    Definition Classes
    WalkBuilderImpl
  36. def select(fromNodes: Set[(GraphTraversalImpl.this)#NodeT]): Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected
    Definition Classes
    PathBuilderImplWalkBuilderImpl
  37. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  38. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  39. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  40. val start: (GraphTraversalImpl.this)#NodeT

    The node this walk starts at.

    The node this walk starts at.

    Definition Classes
    PathBuilderImplWalkBuilderImplWalkBuilder
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

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

    (Since version 9)

  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toStringFormat[(GraphTraversalImpl.this)#PathBuilderImpl] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  4. def [B](y: B): ((GraphTraversalImpl.this)#PathBuilderImpl, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#PathBuilderImpl toArrowAssoc[(GraphTraversalImpl.this)#PathBuilderImpl] 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)#WalkBuilderImpl

Inherited from (GraphTraversalImpl.this)#WalkBuilder

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 StringFormat from(GraphTraversalImpl.this)#PathBuilderImpl to StringFormat[(GraphTraversalImpl.this)#PathBuilderImpl]

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

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

Ungrouped