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

    The node this walk starts at.

    The node this walk starts at.

    Definition Classes
    PathBuilderImplWalkBuilderImplWalkBuilder
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. 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
  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 any2stringadd from(GraphTraversalImpl.this)#PathBuilderImpl to any2stringadd[(GraphTraversalImpl.this)#PathBuilderImpl]

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