final class MapPathTraversable[T] extends Iterable[T]
Enables lazy traversing of a Map with key = source, value = target.
- Attributes
 - protected
 
- Alphabetic
 - By Inheritance
 
- MapPathTraversable
 - Iterable
 - IterableFactoryDefaults
 - IterableOps
 - IterableOnceOps
 - IterableOnce
 - AnyRef
 - Any
 
- by iterableOnceExtensionMethods
 - by ChainingOps
 - by EdgeAssoc
 - by TraversableEnrichments
 - by anyToNode
 - by any2stringadd
 - by StringFormat
 - by Ensuring
 - by ArrowAssoc
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -    def +(other: String): String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toany2stringadd[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method any2stringadd in scala.Predef.
 - Definition Classes
 - any2stringadd
 
 -   final  def ++[B >: T](suffix: scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
 - IterableOps
 - Annotations
 - @inline()
 
 -    def ->[B](y: B): ((GraphTraversalImpl.this)#MapPathTraversable[T], B)
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toArrowAssoc[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method ArrowAssoc in scala.Predef.
 - Definition Classes
 - ArrowAssoc
 - Annotations
 - @inline()
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def addString(b: StringBuilder): StringBuilder
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -   final  def addString(b: StringBuilder, sep: String): StringBuilder
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -    def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Definition Classes
 - IterableOnceOps
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def className: String
- Attributes
 - protected[this]
 - Definition Classes
 - Iterable
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
 -   final  def coll: MapPathTraversable.this.type
- Attributes
 - protected
 - Definition Classes
 - Iterable → IterableOps
 
 -    def collect[B](pf: PartialFunction[T, B]): Iterable[B]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def collectFirst[B](pf: PartialFunction[T, B]): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def concat[B >: T](suffix: scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
 - IterableOps
 
 -    def copyToArray[B >: T](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
 - IterableOnceOps
 
 -    def copyToArray[B >: T](xs: Array[B], start: Int): Int
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def copyToArray[B >: T](xs: Array[B]): Int
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def corresponds[B](that: scala.collection.IterableOnce[B])(p: (T, B) => Boolean): Boolean
- Definition Classes
 - IterableOnceOps
 
 -    def count(p: (T) => Boolean): Int
- Definition Classes
 - IterableOnceOps
 
 -    def drop(n: Int): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def dropRight(n: Int): Iterable[T]
- Definition Classes
 - IterableOps
 
 -    def dropWhile(p: (T) => Boolean): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def empty: Iterable[T]
- Definition Classes
 - IterableFactoryDefaults → IterableOps
 
 -    def ensuring(cond: ((GraphTraversalImpl.this)#MapPathTraversable[T]) => Boolean, msg: => Any): (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEnsuring[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -    def ensuring(cond: ((GraphTraversalImpl.this)#MapPathTraversable[T]) => Boolean): (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEnsuring[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -    def ensuring(cond: Boolean, msg: => Any): (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEnsuring[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -    def ensuring(cond: Boolean): (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEnsuring[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def exists(p: (T) => Boolean): Boolean
- Definition Classes
 - IterableOnceOps
 
 -    def filter(pred: (T) => Boolean): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def filterNot(pred: (T) => Boolean): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def find(p: (T) => Boolean): Option[T]
- Definition Classes
 - IterableOnceOps
 
 -    def flatMap[B](f: (T) => scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def flatten[B](implicit asIterable: (T) => scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def fold[A1 >: T](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
 - IterableOnceOps
 
 -    def foldLeft[B](z: B)(op: (B, T) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def foldRight[B](z: B)(op: (T, B) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def forall(p: (T) => Boolean): Boolean
- Definition Classes
 - IterableOnceOps
 
 -    def foreach[U](f: (T) => U): Unit
- Definition Classes
 - IterableOnceOps
 
 -    def fromSpecific(coll: scala.collection.IterableOnce[T]): Iterable[T]
- Attributes
 - protected
 - Definition Classes
 - IterableFactoryDefaults → IterableOps
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def groupBy[K](f: (T) => K): Map[K, Iterable[T]]
- Definition Classes
 - IterableOps
 
 -    def groupMap[K, B](key: (T) => K)(f: (T) => B): Map[K, Iterable[B]]
- Definition Classes
 - IterableOps
 
 -    def groupMapReduce[K, B](key: (T) => K)(f: (T) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
 - IterableOps
 
 -    def grouped(size: Int): Iterator[Iterable[T]]
- Definition Classes
 - IterableOps
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def head: T
- Definition Classes
 - IterableOps
 
 -    def headOption: Option[T]
- Definition Classes
 - IterableOps
 
 -    def init: Iterable[T]
- Definition Classes
 - IterableOps
 
 -    def inits: Iterator[Iterable[T]]
- Definition Classes
 - IterableOps
 
 -    def isDefined: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - Param
 
 -   final  def isEdge: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - Param
 
 -    def isEmpty: Boolean
- Definition Classes
 - IterableOnceOps
 
 -    def isIn: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - InParam → Param
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def isNode: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - NodeParam
 
 -   final  def isOut: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - Param
 
 -    def isTraversableAgain: Boolean
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def iterableFactory: IterableFactory[Iterable]
- Definition Classes
 - Iterable → IterableOps
 
 -    def iterator: Iterator[T]
- Definition Classes
 - MapPathTraversable → IterableOnce
 
 -    def knownSize: Int
- Definition Classes
 - IterableOnce
 
 -    def last: T
- Definition Classes
 - IterableOps
 
 -    def lastOption: Option[T]
- Definition Classes
 - IterableOps
 
 -    def lazyZip[B](that: Iterable[B]): LazyZip2[T, B, MapPathTraversable.this.type]
- Definition Classes
 - Iterable
 
 -    def map[B](f: (T) => B): Iterable[B]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def max[B >: T](implicit ord: Ordering[B]): T
- Definition Classes
 - IterableOnceOps
 
 -    def maxBy[B](f: (T) => B)(implicit cmp: Ordering[B]): T
- Definition Classes
 - IterableOnceOps
 
 -    def maxByOption[B](f: (T) => B)(implicit cmp: Ordering[B]): Option[T]
- Definition Classes
 - IterableOnceOps
 
 -    def maxOption[B >: T](implicit ord: Ordering[B]): Option[T]
- Definition Classes
 - IterableOnceOps
 
 -    def min[B >: T](implicit ord: Ordering[B]): T
- Definition Classes
 - IterableOnceOps
 
 -    def minBy[B](f: (T) => B)(implicit cmp: Ordering[B]): T
- Definition Classes
 - IterableOnceOps
 
 -    def minByOption[B](f: (T) => B)(implicit cmp: Ordering[B]): Option[T]
- Definition Classes
 - IterableOnceOps
 
 -    def minOption[B >: T](implicit ord: Ordering[B]): Option[T]
- Definition Classes
 - IterableOnceOps
 
 -   final  def mkString: String
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -   final  def mkString(sep: String): String
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -   final  def mkString(start: String, sep: String, end: String): String
- Definition Classes
 - IterableOnceOps
 
 -    val n1: (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEdgeAssoc[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
 - Definition Classes
 - EdgeAssoc
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def newSpecificBuilder: Builder[T, Iterable[T]]
- Attributes
 - protected
 - Definition Classes
 - IterableFactoryDefaults → IterableOps
 
 -    def nonEmpty: Boolean
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecatedOverriding()
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def partition(p: (T) => Boolean): (Iterable[T], Iterable[T])
- Definition Classes
 - IterableOps
 
 -    def partitionMap[A1, A2](f: (T) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Definition Classes
 - IterableOps
 
 -    def pipe[B](f: ((GraphTraversalImpl.this)#MapPathTraversable[T]) => B): B
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toChainingOps[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method ChainingOps in scalax.collection.
 - Definition Classes
 - ChainingOps
 
 -    def product[B >: T](implicit num: Numeric[B]): B
- Definition Classes
 - IterableOnceOps
 
 -    def productElementNames: Iterator[String]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - Product
 
 -    def reduce[B >: T](op: (B, B) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def reduceLeft[B >: T](op: (B, T) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def reduceLeftOption[B >: T](op: (B, T) => B): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def reduceOption[B >: T](op: (B, B) => B): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def reduceRight[B >: T](op: (T, B) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def reduceRightOption[B >: T](op: (T, B) => B): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def reversed: Iterable[T]
- Attributes
 - protected
 - Definition Classes
 - IterableOnceOps
 
 -    def scan[B >: T](z: B)(op: (B, B) => B): Iterable[B]
- Definition Classes
 - IterableOps
 
 -    def scanLeft[B](z: B)(op: (B, T) => B): Iterable[B]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def scanRight[B](z: B)(op: (T, B) => B): Iterable[B]
- Definition Classes
 - IterableOps
 
 -    val self: (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toChainingOps[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method ChainingOps in scalax.collection.
 - Definition Classes
 - ChainingOps
 
 -    def size: Int
- Definition Classes
 - IterableOnceOps
 
 -    def sizeCompare(that: Iterable[_]): Int
- Definition Classes
 - IterableOps
 
 -    def sizeCompare(otherSize: Int): Int
- Definition Classes
 - IterableOps
 
 -   final  def sizeIs: SizeCompareOps
- Definition Classes
 - IterableOps
 - Annotations
 - @inline()
 
 -    def slice(from: Int, until: Int): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def sliding(size: Int, step: Int): Iterator[Iterable[T]]
- Definition Classes
 - IterableOps
 
 -    def sliding(size: Int): Iterator[Iterable[T]]
- Definition Classes
 - IterableOps
 
 -    def span(p: (T) => Boolean): (Iterable[T], Iterable[T])
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def splitAt(n: Int): (Iterable[T], Iterable[T])
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def stepper[S <: Stepper[_]](implicit shape: StepperShape[T, S]): S
- Definition Classes
 - IterableOnce
 
 -    def stringPrefix: String
- Definition Classes
 - MapPathTraversable → Iterable
 
 -    def sum[B >: T](implicit num: Numeric[B]): B
- Definition Classes
 - IterableOnceOps
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    val t: (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toTraversableEnrichments[T, (GraphTraversalImpl.this)#MapPathTraversable] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
 - Definition Classes
 - TraversableEnrichments
 
 -    def tail: Iterable[T]
- Definition Classes
 - IterableOps
 
 -    def tails: Iterator[Iterable[T]]
- Definition Classes
 - IterableOps
 
 -    def take(n: Int): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def takeRight(n: Int): Iterable[T]
- Definition Classes
 - IterableOps
 
 -    def takeWhile(p: (T) => Boolean): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def tap[U](f: ((GraphTraversalImpl.this)#MapPathTraversable[T]) => U): (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toChainingOps[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method ChainingOps in scalax.collection.
 - Definition Classes
 - ChainingOps
 
 -    def tapEach[U](f: (T) => U): Iterable[T]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def to[C1](factory: Factory[T, C1]): C1
- Definition Classes
 - IterableOnceOps
 
 -    def toArray[B >: T](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
 - IterableOnceOps
 
 -   final  def toBuffer[B >: T]: Buffer[B]
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -    def toIndexedSeq: IndexedSeq[T]
- Definition Classes
 - IterableOnceOps
 
 -    def toList: List[T]
- Definition Classes
 - IterableOnceOps
 
 -    def toMap[K, V](implicit ev: <:<[T, (K, V)]): Map[K, V]
- Definition Classes
 - IterableOnceOps
 
 -    def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[T, E]]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toTraversableEnrichments[T, (GraphTraversalImpl.this)#MapPathTraversable] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
 - Definition Classes
 - TraversableEnrichments
 
 -    def toSeq: Seq[T]
- Definition Classes
 - IterableOnceOps
 
 -    def toSet[B >: T]: Set[B]
- Definition Classes
 - IterableOnceOps
 
 -    def toString(): String
- Definition Classes
 - Iterable → AnyRef → Any
 
 -    def toVector: Vector[T]
- Definition Classes
 - IterableOnceOps
 
 -    def transpose[B](implicit asIterable: (T) => Iterable[B]): Iterable[Iterable[B]]
- Definition Classes
 - IterableOps
 
 -    def unzip[A1, A2](implicit asPair: (T) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
 - IterableOps
 
 -    def unzip3[A1, A2, A3](implicit asTriple: (T) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
 - IterableOps
 
 -    val value: (GraphTraversalImpl.this)#MapPathTraversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method anyToNode in scalax.collection.GraphPredef.
 - Definition Classes
 - OuterNode → NodeParam
 
 -    def view: View[T]
- Definition Classes
 - IterableOps
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    def withFilter(p: (T) => Boolean): WithFilter[T, Iterable]
- Definition Classes
 - IterableOps
 
 -    def zip[B](that: scala.collection.IterableOnce[B]): Iterable[(T, B)]
- Definition Classes
 - IterableOps
 
 -    def zipAll[A1 >: T, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Definition Classes
 - IterableOps
 
 -    def zipWithIndex: Iterable[(T, Int)]
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def ~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEdgeAssoc[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
 - Definition Classes
 - EdgeAssoc
 - Annotations
 - @inline()
 
 -    def ~>[N >: N1](n2: N): DiEdge[N]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toEdgeAssoc[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
 - Definition Classes
 - EdgeAssoc
 - Annotations
 - @inline()
 
 
Shadowed Implicit Value Members
-    def stringPrefix: String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] 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:(mapPathTraversable: OuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]]).stringPrefix
 - Definition Classes
 - NodeParam
 
 -    def toString(): String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toOuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]] 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:(mapPathTraversable: OuterNode[(GraphTraversalImpl.this)#MapPathTraversable[T]]).toString()
 - Definition Classes
 - NodeParam → AnyRef → Any
 
 
Deprecated Value Members
-    def ++:[B >: T](that: scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
 -    def /:[B](z: B)(op: (B, T) => B): B
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T])./:(z)(op)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.foldLeft instead
 -   final  def /:[B](z: B)(op: (B, T) => B): B
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use foldLeft instead of /:
 -    def :\[B](z: B)(op: (T, B) => B): B
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).:\(z)(op)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.foldRight instead
 -   final  def :\[B](z: B)(op: (T, B) => B): B
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use foldRight instead of :\
 -    def aggregate[B](z: => B)(seqop: (B, T) => B, combop: (B, B) => B): B
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0)
aggregateis not relevant for sequential collections. UsefoldLeft(z)(seqop)instead.
 -    def collectFirst[B](f: PartialFunction[T, B]): Option[B]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).collectFirst(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.collectFirst(...) instead
 -    def companion: IterableFactory[Iterable]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated @deprecatedOverriding() @inline()
 - Deprecated
 (Since version 2.13.0) Use iterableFactory instead
 -    def copyToBuffer(dest: Buffer[T]): Unit
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).copyToBuffer(dest)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead
 -   final  def copyToBuffer[B >: T](dest: Buffer[B]): Unit
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use
dest ++= collinstead
 -    def count(f: (T) => Boolean): Int
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).count(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.count(...) instead
 -    def exists(f: (T) => Boolean): Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).exists(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.exists(...) instead
 -    def filter(f: (T) => Boolean): Iterator[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).filter(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.filter(...) instead
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 
 -    def find(p: (T) => Boolean): Option[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).find(p)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.find instead
 -    def flatMap[B](f: (T) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).flatMap(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable
 -    def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).fold(z)(op)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.fold instead
 -    def foldLeft[B](z: B)(op: (B, T) => B): B
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).foldLeft(z)(op)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.foldLeft instead
 -    def foldRight[B](z: B)(op: (T, B) => B): B
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).foldRight(z)(op)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.foldRight instead
 -    def forall(f: (T) => Boolean): Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).forall(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.forall(...) instead
 -    def foreach[U](f: (T) => U): Unit
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).foreach(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.foreach(...) instead
 -    def formatted(fmtstr: String): String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toStringFormat[(GraphTraversalImpl.this)#MapPathTraversable[T]] performed by method StringFormat in scala.Predef.
 - Definition Classes
 - StringFormat
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.
 -    def hasDefiniteSize: Boolean
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
 -    def isEmpty: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).isEmpty
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.isEmpty instead
 -    def map[B](f: (T) => B): scala.collection.IterableOnce[B]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).map(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable
 -    def max(implicit ord: Ordering[T]): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).max(ord)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.max instead
 -    def maxBy[B](f: (T) => B)(implicit cmp: Ordering[B]): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).maxBy(f)(cmp)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.maxBy(...) instead
 -    def min(implicit ord: Ordering[T]): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).min(ord)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.min instead
 -    def minBy[B](f: (T) => B)(implicit cmp: Ordering[B]): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).minBy(f)(cmp)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.minBy(...) instead
 -    def mkString: String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).mkString
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.mkString instead
 -    def mkString(sep: String): String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).mkString(sep)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.mkString instead
 -    def mkString(start: String, sep: String, end: String): String
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).mkString(start, sep, end)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.mkString instead
 -    def nonEmpty: Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).nonEmpty
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.nonEmpty instead
 -    def product(implicit num: Numeric[T]): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).product(num)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.product instead
 -    def reduce(f: (T, T) => T): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).reduce(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.reduce(...) instead
 -    def reduceLeft(f: (T, T) => T): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).reduceLeft(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.reduceLeft(...) instead
 -    def reduceLeftOption(f: (T, T) => T): Option[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).reduceLeftOption(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead
 -    def reduceOption(f: (T, T) => T): Option[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).reduceOption(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.reduceOption(...) instead
 -    def reduceRight(f: (T, T) => T): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).reduceRight(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.reduceRight(...) instead
 -    def reduceRightOption(f: (T, T) => T): Option[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).reduceRightOption(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead
 -   final  def repr: Iterable[T]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
 -    def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.sameElements instead
 -    def seq: MapPathTraversable.this.type
- Definition Classes
 - Iterable
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Iterable.seq always returns the iterable itself
 -    def size: Int
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).size
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.size instead
 -    def sum(implicit num: Numeric[T]): T
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).sum(num)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.sum instead
 -    def to[C1](factory: Factory[T, C1]): C1
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).to(factory)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(factory) instead
 -    def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toArray(arg0)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.toArray
 -    def toBuffer[B >: A]: Buffer[B]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toBuffer
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead
 -    def toIndexedSeq: IndexedSeq[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toIndexedSeq
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.toIndexedSeq instead
 -   final  def toIterable: Iterable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toIterable
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(Iterable) instead
 -   final  def toIterable: MapPathTraversable.this.type
- Definition Classes
 - Iterable → IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to
toListortoSeq, but it doesn't copy non-immutable collections
 -    def toIterator: Iterator[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toIterator
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator instead
 -   final  def toIterator: Iterator[T]
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator instead of .toIterator
 -    def toList: List[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toList
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(List) instead
 -    def toMap[K, V](implicit ev: <:<[T, (K, V)]): Map[K, V]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toMap(ev)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(Map) instead
 -    def toSeq: Seq[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toSeq
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(Seq) instead
 -    def toSet[B >: A]: Set[B]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toSet
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(Set) instead
 -    def toStream: Stream[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toStream
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(LazyList) instead
 -   final  def toStream: Stream[T]
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .to(LazyList) instead of .toStream
 -   final  def toTraversable: Traversable[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toTraversable
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(Iterable) instead
 -   final  def toTraversable: Traversable[T]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to
toListortoSeq, but it doesn't copy non-immutable collections
 -    def toVector: Vector[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).toVector
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator.to(Vector) instead
 -    def view(from: Int, until: Int): View[T]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)
 -    def withFilter(f: (T) => Boolean): Iterator[T]
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toIterableOnceExtensionMethods[T] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
 - 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:(mapPathTraversable: IterableOnceExtensionMethods[T]).withFilter(f)
 - Definition Classes
 - IterableOnceExtensionMethods
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .iterator.withFilter(...) instead
 -    def →[B](y: B): ((GraphTraversalImpl.this)#MapPathTraversable[T], B)
- Implicit
 - This member is added by an implicit conversion from (GraphTraversalImpl.this)#MapPathTraversable[T] toArrowAssoc[(GraphTraversalImpl.this)#MapPathTraversable[T]] 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.
 
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graphmutable.Graphand its inner nodes.GraphEdgeobjectedgepackageGraphPredefobject andImplicitsobject.GraphTraversalandTraverserInnerNode.RandomGraph.GraphGen.