Packages

class WalkBuilder extends (GraphTraversalImpl.this)#WalkBuilder

Self Type
(GraphTraversalImpl.this)#WalkBuilder
Linear Supertypes
(GraphTraversalImpl.this)#WalkBuilder, Growable[(GraphTraversalImpl.this)#InnerElem], Builder[(GraphTraversalImpl.this)#InnerElem, (GraphTraversalImpl.this)#Walk], Growable[(GraphTraversalImpl.this)#InnerElem], Clearable, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WalkBuilder
  2. WalkBuilder
  3. Growable
  4. Builder
  5. Growable
  6. Clearable
  7. AnyRef
  8. 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 WalkBuilder(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)#WalkBuilder toany2stringadd[(GraphTraversalImpl.this)#WalkBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++=(xs: scala.collection.IterableOnce[(GraphTraversalImpl.this)#InnerElem]): WalkBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  5. final def +=(edge: (GraphTraversalImpl.this)#EdgeT): WalkBuilder.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): WalkBuilder.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): WalkBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  8. def ->[B](y: B): ((GraphTraversalImpl.this)#WalkBuilder, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toArrowAssoc[(GraphTraversalImpl.this)#WalkBuilder] 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
    WalkBuilderWalkBuilder
  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
    WalkBuilderWalkBuilder
  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]): WalkBuilder.this.type
    Definition Classes
    Growable
  14. def addOne(elem: (GraphTraversalImpl.this)#InnerElem): WalkBuilder.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
    WalkBuilder → 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]
  19. def ensuring(cond: ((GraphTraversalImpl.this)#WalkBuilder) => Boolean, msg: => Any): (GraphTraversalImpl.this)#WalkBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toEnsuring[(GraphTraversalImpl.this)#WalkBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: ((GraphTraversalImpl.this)#WalkBuilder) => Boolean): (GraphTraversalImpl.this)#WalkBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toEnsuring[(GraphTraversalImpl.this)#WalkBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): (GraphTraversalImpl.this)#WalkBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toEnsuring[(GraphTraversalImpl.this)#WalkBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#WalkBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toEnsuring[(GraphTraversalImpl.this)#WalkBuilder] 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 formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toStringFormat[(GraphTraversalImpl.this)#WalkBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toOuterNode[(GraphTraversalImpl.this)#WalkBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  29. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toOuterNode[(GraphTraversalImpl.this)#WalkBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  30. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toOuterNode[(GraphTraversalImpl.this)#WalkBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toOuterNode[(GraphTraversalImpl.this)#WalkBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  33. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toOuterNode[(GraphTraversalImpl.this)#WalkBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  34. def knownSize: Int
    Definition Classes
    Growable
  35. var lastNode: Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected[this]
  36. def mapResult[NewTo](f: ((GraphTraversalImpl.this)#Walk) => NewTo): Builder[(GraphTraversalImpl.this)#InnerElem, NewTo]
    Definition Classes
    Builder
  37. val n1: (GraphTraversalImpl.this)#WalkBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toEdgeAssoc[(GraphTraversalImpl.this)#WalkBuilder] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. val nodes: ArrayBuffer[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected[this]
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def pipe[B](f: ((GraphTraversalImpl.this)#WalkBuilder) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toChainingOps[(GraphTraversalImpl.this)#WalkBuilder] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  43. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toOuterNode[(GraphTraversalImpl.this)#WalkBuilder] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  44. def result(): (GraphTraversalImpl.this)#Walk
    Definition Classes
    WalkBuilder → Builder
  45. final def resultEdges: IndexedSeq[(GraphTraversalImpl.this)#EdgeT]
    Attributes
    protected
  46. def select(fromNodes: Set[(GraphTraversalImpl.this)#NodeT]): Option[(GraphTraversalImpl.this)#NodeT]
    Attributes
    protected
  47. val self: (GraphTraversalImpl.this)#WalkBuilder
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toChainingOps[(GraphTraversalImpl.this)#WalkBuilder] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  48. final def sizeHint(coll: scala.collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  49. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  50. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  51. val start: (GraphTraversalImpl.this)#NodeT

    The node this walk starts at.

    The node this walk starts at.

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

Deprecated Value Members

  1. final def +=(elem1: (GraphTraversalImpl.this)#InnerElem, elem2: (GraphTraversalImpl.this)#InnerElem, elems: (GraphTraversalImpl.this)#InnerElem*): WalkBuilder.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 [B](y: B): ((GraphTraversalImpl.this)#WalkBuilder, B)
    Implicit
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#WalkBuilder toArrowAssoc[(GraphTraversalImpl.this)#WalkBuilder] 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)#WalkBuilder

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

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

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

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

Ungrouped