scalax.collection.GraphTraversalImpl

MultiEdgeLazyCycle

class MultiEdgeLazyCycle extends (GraphTraversalImpl.this)#MultiEdgeLazyPath with (GraphTraversalImpl.this)#Cycle

Attributes
protected
Linear Supertypes
(GraphTraversalImpl.this)#Cycle, (GraphTraversalImpl.this)#MultiEdgeLazyPath, (GraphTraversalImpl.this)#LazyPath, (GraphTraversalImpl.this)#Path, (GraphTraversalImpl.this)#Walk, Traversable[(GraphTraversalImpl.this)#InnerElem], GenTraversable[(GraphTraversalImpl.this)#InnerElem], GenericTraversableTemplate[(GraphTraversalImpl.this)#InnerElem, Traversable], TraversableLike[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]], GenTraversableLike[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]], Parallelizable[(GraphTraversalImpl.this)#InnerElem, ParIterable[(GraphTraversalImpl.this)#InnerElem]], TraversableOnce[(GraphTraversalImpl.this)#InnerElem], GenTraversableOnce[(GraphTraversalImpl.this)#InnerElem], FilterMonadic[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]], HasNewBuilder[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MultiEdgeLazyCycle
  2. Cycle
  3. MultiEdgeLazyPath
  4. LazyPath
  5. Path
  6. Walk
  7. Traversable
  8. GenTraversable
  9. GenericTraversableTemplate
  10. TraversableLike
  11. GenTraversableLike
  12. Parallelizable
  13. TraversableOnce
  14. GenTraversableOnce
  15. FilterMonadic
  16. HasNewBuilder
  17. AnyRef
  18. Any
Implicitly
  1. by anyToNode
  2. by traversable2ops
  3. by MonadOps
  4. by EdgeAssoc
  5. by any2stringadd
  6. by any2stringfmt
  7. by any2ArrowAssoc
  8. by any2Ensuring
  9. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MultiEdgeLazyCycle(nodes: (GraphTraversalImpl.this)#ReverseStackTraversable[((GraphTraversalImpl.this)#NodeT, Iterable[(GraphTraversalImpl.this)#EdgeT]), (GraphTraversalImpl.this)#NodeT], edgeFilter: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean)

Type Members

  1. trait NodeValidator extends AnyRef

    Attributes
    protected
    Definition Classes
    Walk
  2. type Self = Traversable[(GraphTraversalImpl.this)#InnerElem]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: (GraphTraversalImpl.this)#InnerElem, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  6. def ++:[B >: (GraphTraversalImpl.this)#InnerElem, That](that: Traversable[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike
  7. def ++:[B >: (GraphTraversalImpl.this)#InnerElem, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike
  8. def ->[B](y: B): ((GraphTraversalImpl.this)#MultiEdgeLazyCycle, B)

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to ArrowAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /:[B](z: B)(op: (B, (GraphTraversalImpl.this)#InnerElem) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :\[B](z: B)(op: ((GraphTraversalImpl.this)#InnerElem, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  14. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  16. def aggregate[B](z: B)(seqop: (B, (GraphTraversalImpl.this)#InnerElem) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def asParIterable: ParIterable[(GraphTraversalImpl.this)#InnerElem]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  19. def asParSeq: ParSeq[(GraphTraversalImpl.this)#InnerElem]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def collect[B, That](pf: PartialFunction[(GraphTraversalImpl.this)#InnerElem, B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  22. def collectFirst[B](pf: PartialFunction[(GraphTraversalImpl.this)#InnerElem, B]): Option[B]

    Definition Classes
    TraversableOnce
  23. def companion: GenericCompanion[Traversable]

    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  24. def copyToArray[B >: (GraphTraversalImpl.this)#InnerElem](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  25. def copyToArray[B >: (GraphTraversalImpl.this)#InnerElem](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def copyToArray[B >: (GraphTraversalImpl.this)#InnerElem](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToBuffer[B >: (GraphTraversalImpl.this)#InnerElem](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  28. def count(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  29. def drop(n: Int): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  30. def dropWhile(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  31. final lazy val edges: ArrayBuffer[(GraphTraversalImpl.this)#EdgeT]

    Definition Classes
    MultiEdgeLazyPathWalk
  32. def endNode: (GraphTraversalImpl.this)#NodeT

    Definition Classes
    LazyPathWalk
  33. def ensuring(cond: ((GraphTraversalImpl.this)#MultiEdgeLazyCycle) ⇒ Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to Ensuring[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: ((GraphTraversalImpl.this)#MultiEdgeLazyCycle) ⇒ Boolean): (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to Ensuring[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to Ensuring[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to Ensuring[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def equals(other: Any): Boolean

    Definition Classes
    LazyPath → AnyRef → Any
  39. def exists(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  40. def filter(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  41. def filterNot(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  42. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. def find(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Option[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  44. def flatMap[B, That](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  45. def flatten[B](implicit asTraversable: ((GraphTraversalImpl.this)#InnerElem) ⇒ GenTraversableOnce[B]): Traversable[B]

    Definition Classes
    GenericTraversableTemplate
  46. def fold[A1 >: (GraphTraversalImpl.this)#InnerElem](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  47. def foldLeft[B](z: B)(op: (B, (GraphTraversalImpl.this)#InnerElem) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def foldRight[B](z: B)(op: ((GraphTraversalImpl.this)#InnerElem, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def forall(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  50. def foreach[U](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ U): Unit

    Definition Classes
    Walk → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  51. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  52. def genericBuilder[B]: Builder[B, Traversable[B]]

    Definition Classes
    GenericTraversableTemplate
  53. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  54. def groupBy[K](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ K): Map[K, Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Definition Classes
    TraversableLike → GenTraversableLike
  55. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  56. def hashCode(): Int

    Definition Classes
    LazyPath → AnyRef → Any
  57. def head: (GraphTraversalImpl.this)#InnerElem

    Definition Classes
    TraversableLike → GenTraversableLike
  58. def headOption: Option[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  59. def ifParSeq[R](isbody: (ParSeq[(GraphTraversalImpl.this)#InnerElem]) ⇒ R): (TraversableOps[(GraphTraversalImpl.this)#InnerElem])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  60. def init: Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  61. def inits: Iterator[Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Definition Classes
    TraversableLike
  62. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  63. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  64. def isEmpty: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  65. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  66. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  67. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  68. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  69. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  70. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  71. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  72. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  73. 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
  74. def last: (GraphTraversalImpl.this)#InnerElem

    Definition Classes
    TraversableLike → GenTraversableLike
  75. def lastOption: Option[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  76. def length: Int

    The number of edges on this path/walk.

    The number of edges on this path/walk.

    Definition Classes
    Walk
  77. def map[B, That](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  78. def max[B >: (GraphTraversalImpl.this)#InnerElem](implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#InnerElem

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def maxBy[B](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ B)(implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#InnerElem

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def min[B >: (GraphTraversalImpl.this)#InnerElem](implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#InnerElem

    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def minBy[B](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ B)(implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#InnerElem

    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  85. final val multi: EqHashSet[(GraphTraversalImpl.this)#EdgeT]

    Attributes
    protected
    Definition Classes
    MultiEdgeLazyPath
  86. val n1: (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to EdgeAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  87. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  88. def newBuilder: Builder[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  89. def nodeValidator: NodeValidator

    Attributes
    protected
    Definition Classes
    PathWalk
  90. val nodes: (GraphTraversalImpl.this)#ReverseStackTraversable[((GraphTraversalImpl.this)#NodeT, Iterable[(GraphTraversalImpl.this)#EdgeT]), (GraphTraversalImpl.this)#NodeT]

    All nodes on this path/walk in proper order.

    All nodes on this path/walk in proper order.

    Definition Classes
    MultiEdgeLazyCycleMultiEdgeLazyPathLazyPathWalk
  91. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. final def notify(): Unit

    Definition Classes
    AnyRef
  93. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  94. def par: ParIterable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    Parallelizable
  95. def parCombiner: Combiner[(GraphTraversalImpl.this)#InnerElem, ParIterable[(GraphTraversalImpl.this)#InnerElem]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  96. def partition(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): (Traversable[(GraphTraversalImpl.this)#InnerElem], Traversable[(GraphTraversalImpl.this)#InnerElem])

    Definition Classes
    TraversableLike → GenTraversableLike
  97. def product[B >: (GraphTraversalImpl.this)#InnerElem](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def reduce[A1 >: (GraphTraversalImpl.this)#InnerElem](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def reduceLeft[B >: (GraphTraversalImpl.this)#InnerElem](op: (B, (GraphTraversalImpl.this)#InnerElem) ⇒ B): B

    Definition Classes
    TraversableOnce
  100. def reduceLeftOption[B >: (GraphTraversalImpl.this)#InnerElem](op: (B, (GraphTraversalImpl.this)#InnerElem) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def reduceOption[A1 >: (GraphTraversalImpl.this)#InnerElem](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def reduceRight[B >: (GraphTraversalImpl.this)#InnerElem](op: ((GraphTraversalImpl.this)#InnerElem, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def reduceRightOption[B >: (GraphTraversalImpl.this)#InnerElem](op: ((GraphTraversalImpl.this)#InnerElem, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def repr: Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  105. def reversed: List[(GraphTraversalImpl.this)#InnerElem]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  106. final def sameAs(that: Cycle): Boolean

    Semantically compares this cycle with that cycle.

    Semantically compares this cycle with that cycle. While == returns true only if the cycles contain the same elements in the same order, this comparison returns also true if the elements of that cycle can be shifted and optionally reversed such that their elements have the same order. For instance, given

    c1 = Cycle(1-2-3-1), c2 = Cycle(2-3-1-2) and c3 = Cycle(2-1-3-2)

    the following expressions hold:

    c1 != c2, c1 != c3 but c1 sameAs c2 and c1 sameAs c3.

    Definition Classes
    Cycle
  107. final def sameElements(that: Traversable[_]): Boolean

    Same as sameAs but also comparing this cycle with any Traversable.

    Same as sameAs but also comparing this cycle with any Traversable.

    Definition Classes
    Cycle
  108. def scan[B >: (GraphTraversalImpl.this)#InnerElem, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  109. def scanLeft[B, That](z: B)(op: (B, (GraphTraversalImpl.this)#InnerElem) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#InnerElem], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  110. def scanRight[B, That](z: B)(op: ((GraphTraversalImpl.this)#InnerElem, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#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.

  111. def seq: Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  112. 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
  113. def slice(from: Int, until: Int): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  114. def span(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): (Traversable[(GraphTraversalImpl.this)#InnerElem], Traversable[(GraphTraversalImpl.this)#InnerElem])

    Definition Classes
    TraversableLike → GenTraversableLike
  115. def splitAt(n: Int): (Traversable[(GraphTraversalImpl.this)#InnerElem], Traversable[(GraphTraversalImpl.this)#InnerElem])

    Definition Classes
    TraversableLike → GenTraversableLike
  116. def startNode: (GraphTraversalImpl.this)#NodeT

    Definition Classes
    LazyPathWalk
  117. def stringPrefix: String

    Definition Classes
    CyclePathWalk → TraversableLike → GenTraversableLike
  118. def sum[B >: (GraphTraversalImpl.this)#InnerElem](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  120. def tail: Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  121. def tails: Iterator[Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Definition Classes
    TraversableLike
  122. def take(n: Int): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  123. def takeWhile(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableLike
  124. def thisCollection: Traversable[(GraphTraversalImpl.this)#InnerElem]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  125. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (GraphTraversalImpl.this)#InnerElem, Col[(GraphTraversalImpl.this)#InnerElem]]): Col[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  126. def toArray[B >: (GraphTraversalImpl.this)#InnerElem](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def toBuffer[B >: (GraphTraversalImpl.this)#InnerElem]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  128. def toCollection(repr: Traversable[(GraphTraversalImpl.this)#InnerElem]): Traversable[(GraphTraversalImpl.this)#InnerElem]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  129. def toIndexedSeq: IndexedSeq[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toIterable: Iterable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def toIterator: Iterator[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableOnce
  132. def toList: List[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toMap[T, U](implicit ev: <:<[(GraphTraversalImpl.this)#InnerElem, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toParArray: ParArray[(GraphTraversalImpl.this)#InnerElem]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  135. def toSeq: Seq[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def toSet[B >: (GraphTraversalImpl.this)#InnerElem]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def toStream: Stream[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → GenTraversableOnce
  138. def toString(): String

    Definition Classes
    TraversableLike → Any
  139. def toTraversable: Traversable[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  140. def toVector: Vector[(GraphTraversalImpl.this)#InnerElem]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def transpose[B](implicit asTraversable: ((GraphTraversalImpl.this)#InnerElem) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  142. def unzip[A1, A2](implicit asPair: ((GraphTraversalImpl.this)#InnerElem) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Definition Classes
    GenericTraversableTemplate
  143. def unzip3[A1, A2, A3](implicit asTriple: ((GraphTraversalImpl.this)#InnerElem) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Definition Classes
    GenericTraversableTemplate
  144. val value: (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  145. def view(from: Int, until: Int): TraversableView[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Definition Classes
    TraversableLike
  146. def view: TraversableView[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Definition Classes
    TraversableLike
  147. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  148. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  149. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  150. final def weight[T](f: ((GraphTraversalImpl.this)#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
  151. final def weight: Long

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

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

    Definition Classes
    Walk
  152. def withFilter(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): FilterMonadic[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

    Definition Classes
    TraversableLike → FilterMonadic
  153. def ~[N >: N1](n2: N): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to EdgeAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  154. def ~>[N >: N1](n2: N): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to EdgeAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  155. def [B](y: B): ((GraphTraversalImpl.this)#MultiEdgeLazyCycle, B)

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to ArrowAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): TraversableOnce[(GraphTraversalImpl.this)#InnerElem]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to MonadOps[(GraphTraversalImpl.this)#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:
    (multiEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to MonadOps[(GraphTraversalImpl.this)#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:
    (multiEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: ((GraphTraversalImpl.this)#InnerElem) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to MonadOps[(GraphTraversalImpl.this)#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:
    (multiEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (multiEdgeLazyCycle: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (multiEdgeLazyCycle: StringFormat).self
    Definition Classes
    StringFormat
  6. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] 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:
    (multiEdgeLazyCycle: OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle]).stringPrefix
    Definition Classes
    NodeParam
  7. def toString(): String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] 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:
    (multiEdgeLazyCycle: OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyCycle]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  8. def withFilter(p: ((GraphTraversalImpl.this)#InnerElem) ⇒ Boolean): Iterator[(GraphTraversalImpl.this)#InnerElem]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to MonadOps[(GraphTraversalImpl.this)#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:
    (multiEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: (GraphTraversalImpl.this)#InnerElem](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to ArrowAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (multiEdgeLazyCycle: ArrowAssoc[(GraphTraversalImpl.this)#MultiEdgeLazyCycle]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: (GraphTraversalImpl.this)#MultiEdgeLazyCycle

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to Ensuring[(GraphTraversalImpl.this)#MultiEdgeLazyCycle] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (multiEdgeLazyCycle: Ensuring[(GraphTraversalImpl.this)#MultiEdgeLazyCycle]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from (GraphTraversalImpl.this)#Cycle

Inherited from (GraphTraversalImpl.this)#MultiEdgeLazyPath

Inherited from (GraphTraversalImpl.this)#LazyPath

Inherited from (GraphTraversalImpl.this)#Path

Inherited from (GraphTraversalImpl.this)#Walk

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

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

Inherited from GenericTraversableTemplate[(GraphTraversalImpl.this)#InnerElem, Traversable]

Inherited from TraversableLike[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

Inherited from GenTraversableLike[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

Inherited from Parallelizable[(GraphTraversalImpl.this)#InnerElem, ParIterable[(GraphTraversalImpl.this)#InnerElem]]

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

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

Inherited from FilterMonadic[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

Inherited from HasNewBuilder[(GraphTraversalImpl.this)#InnerElem, Traversable[(GraphTraversalImpl.this)#InnerElem]]

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion traversable2ops from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to TraversableOps[(GraphTraversalImpl.this)#InnerElem]

Inherited by implicit conversion MonadOps from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to MonadOps[(GraphTraversalImpl.this)#InnerElem]

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

Inherited by implicit conversion any2stringadd from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to StringAdd

Inherited by implicit conversion any2stringfmt from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to StringFormat

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

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

Inherited by implicit conversion alternateImplicit from (GraphTraversalImpl.this)#MultiEdgeLazyCycle to ForceImplicitAmbiguity

Ungrouped