Packages

trait EdgeSet extends Set[(GraphLike.this)#EdgeT] with (GraphLike.this)#EdgeSet with AddSubtract[(GraphLike.this)#EdgeT, (GraphLike.this)#EdgeSet]

Linear Supertypes
AddSubtract[(GraphLike.this)#EdgeT, (GraphLike.this)#EdgeSet], (GraphLike.this)#EdgeSet, (GraphLike.this)#EdgeSet, Serializable, ExtSetMethods[(GraphLike.this)#EdgeT], FilterableSet[(GraphLike.this)#EdgeT], Set[(GraphLike.this)#EdgeT], SetOps[(GraphLike.this)#EdgeT, Set, Set[(GraphLike.this)#EdgeT]], Shrinkable[(GraphLike.this)#EdgeT], Builder[(GraphLike.this)#EdgeT, Set[(GraphLike.this)#EdgeT]], Growable[(GraphLike.this)#EdgeT], Clearable, Cloneable[Set[(GraphLike.this)#EdgeT]], Cloneable, Set[(GraphLike.this)#EdgeT], Equals, SetOps[(GraphLike.this)#EdgeT, [_]Set[_], Set[(GraphLike.this)#EdgeT]], ((GraphLike.this)#EdgeT) => Boolean, Iterable[(GraphLike.this)#EdgeT], Iterable[(GraphLike.this)#EdgeT], IterableFactoryDefaults[(GraphLike.this)#EdgeT, [x]Set[x]], IterableOps[(GraphLike.this)#EdgeT, [_]Set[_], Set[(GraphLike.this)#EdgeT]], IterableOnceOps[(GraphLike.this)#EdgeT, [_]Set[_], Set[(GraphLike.this)#EdgeT]], scala.collection.IterableOnce[(GraphLike.this)#EdgeT], AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeSet
  2. AddSubtract
  3. EdgeSet
  4. EdgeSet
  5. Serializable
  6. ExtSetMethods
  7. FilterableSet
  8. Set
  9. SetOps
  10. Shrinkable
  11. Builder
  12. Growable
  13. Clearable
  14. Cloneable
  15. Cloneable
  16. Set
  17. Equals
  18. SetOps
  19. Function1
  20. Iterable
  21. Iterable
  22. IterableFactoryDefaults
  23. IterableOps
  24. IterableOnceOps
  25. IterableOnce
  26. AnyRef
  27. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by EdgeAssoc
  3. by predicateToNodePredicate
  4. by TraversableEnrichments
  5. by anyToNode
  6. by ChainingOps
  7. by IterableEnrichments
  8. by any2stringadd
  9. by StringFormat
  10. by Ensuring
  11. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def contains(node: (GraphLike.this)#NodeT): Boolean
    Definition Classes
    EdgeSet
  2. abstract def contains(elem: (GraphLike.this)#EdgeT): Boolean
    Definition Classes
    SetOps
  3. abstract def find(outerEdge: E[N]): Option[(GraphLike.this)#EdgeT]

    Finds the inner edge corresponding to outerEdge.

    Finds the inner edge corresponding to outerEdge.

    returns

    the inner node wrapped by Some if found, otherwise None.

    Definition Classes
    EdgeSet
  4. abstract def hasAnyHyperEdge: Boolean
    Definition Classes
    EdgeSet
  5. abstract def hasAnyMultiEdge: Boolean
    Definition Classes
    EdgeSet
  6. abstract def hasMixedEdges: Boolean
    Definition Classes
    EdgeSet
  7. abstract def hasOnlyDiEdges: Boolean
    Definition Classes
    EdgeSet
  8. abstract def hasOnlyUnDiEdges: Boolean
    Definition Classes
    EdgeSet
  9. abstract def iterator: Iterator[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnce
  10. abstract def removeWithNodes(edge: (GraphLike.this)#EdgeT): Boolean
  11. abstract def upsert(edge: (GraphLike.this)#EdgeT): Boolean

    Same as upsert at graph level.

Concrete Value Members

  1. final def &(that: Set[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  2. final def &~(that: Set[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  3. final def ++(that: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  4. final def ++[B >: (GraphLike.this)#EdgeT](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def ++=(xs: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): EdgeSet.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  6. final def +=(elem: (GraphLike.this)#EdgeT): EdgeSet.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. final def --=(xs: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): EdgeSet.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  8. final def -=(elem: (GraphLike.this)#EdgeT): EdgeSet.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  9. def add(elem: (GraphLike.this)#EdgeT): Boolean
    Definition Classes
    SetOps
  10. def addAll(xs: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): EdgeSet.this.type
    Definition Classes
    Growable
  11. final def addOne(edge: (GraphLike.this)#EdgeT): EdgeSet.this.type
    Definition Classes
    EdgeSet → Growable
    Annotations
    @inline()
  12. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  13. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  15. def andThen[A](g: (Boolean) => A): ((GraphLike.this)#EdgeT) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. final def apply(elem: (GraphLike.this)#EdgeT): Boolean
    Definition Classes
    SetOps → Function1
    Annotations
    @inline()
  17. def asSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (GraphLike.this)#EdgeOrdering = defaultEdgeOrdering): String

    Sorts all edges according to ord and concatenates them using separator.

    Sorts all edges according to ord and concatenates them using separator.

    separator

    to separate edges by.

    ord

    custom ordering.

    returns

    sorted and concatenated string representation of this edge set.

    Definition Classes
    EdgeSet
  18. def canEqual(that: Any): Boolean
    Definition Classes
    Set → Equals
  19. def clear(): Unit
    Definition Classes
    EdgeSet → Builder → Clearable
  20. def clone(): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps → Cloneable → AnyRef
  21. def collect[B](pf: PartialFunction[(GraphLike.this)#EdgeT, B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  22. def collectFirst[B](pf: PartialFunction[(GraphLike.this)#EdgeT, B]): Option[B]
    Definition Classes
    IterableOnceOps
  23. def compose[A](g: (A) => (GraphLike.this)#EdgeT): (A) => Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  24. def concat(that: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
  25. def concat[B >: (GraphLike.this)#EdgeT](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
  26. def copyToArray[B >: (GraphLike.this)#EdgeT](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  27. def copyToArray[B >: (GraphLike.this)#EdgeT](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  28. def copyToArray[B >: (GraphLike.this)#EdgeT](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  29. def corresponds[B](that: scala.collection.IterableOnce[B])(p: ((GraphLike.this)#EdgeT, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  30. def count(p: ((GraphLike.this)#EdgeT) => Boolean): Int
    Definition Classes
    IterableOnceOps
  31. def diff(that: AnySet[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    EdgeSetEdgeSet → SetOps → SetOps
  32. final def draw(random: Random): (GraphLike.this)#EdgeT

    Returns a random element of the set if it is nonEmpty otherwise throws IllegalArgumentException.

    Returns a random element of the set if it is nonEmpty otherwise throws IllegalArgumentException. Note that currently a near- but no true-uniform distribution is granted to allow for O(1) implementation.

    random

    a random generator; it is essential that random be instantiated by the caller just once for any sequence of calls

    Definition Classes
    EdgeSetExtSetMethods
  33. def drop(n: Int): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  34. def dropRight(n: Int): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  35. def dropWhile(p: ((GraphLike.this)#EdgeT) => Boolean): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  36. def empty: Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  37. def equals(that: Any): Boolean
    Definition Classes
    Set → Equals → AnyRef → Any
  38. def exists(p: ((GraphLike.this)#EdgeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  39. def filter(pred: ((GraphLike.this)#EdgeT) => Boolean): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  40. def filterInPlace(p: ((GraphLike.this)#EdgeT) => Boolean): EdgeSet.this.type
    Definition Classes
    SetOps
  41. def filterNot(pred: ((GraphLike.this)#EdgeT) => Boolean): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  42. def find(p: ((GraphLike.this)#EdgeT) => Boolean): Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  43. final def findElem[B](other: B, correspond: ((GraphLike.this)#EdgeT, B) => Boolean): (GraphLike.this)#EdgeT

    Finds an entry in the collection based on toMatch's hashCode and a correspondence function but not on the argument type.

    Finds an entry in the collection based on toMatch's hashCode and a correspondence function but not on the argument type.

    correspond

    function returning whether a given entry corresponds to other

    returns

    the entry corresponding to toMatch or null if not contained

    Definition Classes
    EdgeSetExtSetMethods
  44. def findElem(elem: (GraphLike.this)#EdgeT): Option[(GraphLike.this)#EdgeT]
    Definition Classes
    ExtSetMethods
  45. def flatMap[B](f: ((GraphLike.this)#EdgeT) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  46. def flatten[B](implicit asIterable: ((GraphLike.this)#EdgeT) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  47. def fold[A1 >: (GraphLike.this)#EdgeT](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  48. def foldLeft[B](z: B)(op: (B, (GraphLike.this)#EdgeT) => B): B
    Definition Classes
    IterableOnceOps
  49. def foldRight[B](z: B)(op: ((GraphLike.this)#EdgeT, B) => B): B
    Definition Classes
    IterableOnceOps
  50. def forall(p: ((GraphLike.this)#EdgeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  51. def foreach[U](f: ((GraphLike.this)#EdgeT) => U): Unit
    Definition Classes
    IterableOnceOps
  52. def groupBy[K](f: ((GraphLike.this)#EdgeT) => K): Map[K, Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    IterableOps
  53. def groupMap[K, B](key: ((GraphLike.this)#EdgeT) => K)(f: ((GraphLike.this)#EdgeT) => B): Map[K, Set[B]]
    Definition Classes
    IterableOps
  54. def groupMapReduce[K, B](key: ((GraphLike.this)#EdgeT) => K)(f: ((GraphLike.this)#EdgeT) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  55. def grouped(size: Int): Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    IterableOps
  56. def hashCode(): Int
    Definition Classes
    Set → AnyRef → Any
  57. def head: (GraphLike.this)#EdgeT
    Definition Classes
    IterableOps
  58. def headOption: Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  59. def init: Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  60. def inits: Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    IterableOps
  61. def intersect(that: Set[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
  62. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  63. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  64. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  65. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  66. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  67. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  68. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  69. def iterableFactory: IterableFactory[Set]
    Definition Classes
    Set → Set → Iterable → Iterable → IterableOps
  70. def knownSize: Int
    Definition Classes
    SetOps → Growable → IterableOnce
  71. def last: (GraphLike.this)#EdgeT
    Definition Classes
    IterableOps
  72. def lastOption: Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  73. def lazyZip[B](that: Iterable[B]): LazyZip2[(GraphLike.this)#EdgeT, B, EdgeSet.this.type]
    Definition Classes
    Iterable
  74. def map[B](f: ((GraphLike.this)#EdgeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  75. def mapResult[NewTo](f: (Set[(GraphLike.this)#EdgeT]) => NewTo): Builder[(GraphLike.this)#EdgeT, NewTo]
    Definition Classes
    Builder
  76. def max[B >: (GraphLike.this)#EdgeT](implicit ord: Ordering[B]): (GraphLike.this)#EdgeT
    Definition Classes
    IterableOnceOps
  77. def maxArity: Int

    The maximum arity of all edges in this edge set.

    The maximum arity of all edges in this edge set.

    Definition Classes
    EdgeSet
  78. def maxBy[B](f: ((GraphLike.this)#EdgeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#EdgeT
    Definition Classes
    IterableOnceOps
  79. def maxByOption[B](f: ((GraphLike.this)#EdgeT) => B)(implicit cmp: Ordering[B]): Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  80. def maxOption[B >: (GraphLike.this)#EdgeT](implicit ord: Ordering[B]): Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  81. def min[B >: (GraphLike.this)#EdgeT](implicit ord: Ordering[B]): (GraphLike.this)#EdgeT
    Definition Classes
    IterableOnceOps
  82. def minBy[B](f: ((GraphLike.this)#EdgeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#EdgeT
    Definition Classes
    IterableOnceOps
  83. def minByOption[B](f: ((GraphLike.this)#EdgeT) => B)(implicit cmp: Ordering[B]): Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  84. def minOption[B >: (GraphLike.this)#EdgeT](implicit ord: Ordering[B]): Option[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  85. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  86. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  87. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  88. val n1: (GraphLike.this)#EdgeSet
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toEdgeAssoc[(GraphLike.this)#EdgeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  89. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  90. def partition(p: ((GraphLike.this)#EdgeT) => Boolean): (Set[(GraphLike.this)#EdgeT], Set[(GraphLike.this)#EdgeT])
    Definition Classes
    IterableOps
  91. def partitionMap[A1, A2](f: ((GraphLike.this)#EdgeT) => Either[A1, A2]): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  92. def pipe[B](f: ((GraphLike.this)#EdgeSet) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toChainingOps[(GraphLike.this)#EdgeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  93. def product[B >: (GraphLike.this)#EdgeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  94. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  95. def reduce[B >: (GraphLike.this)#EdgeT](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  96. def reduceLeft[B >: (GraphLike.this)#EdgeT](op: (B, (GraphLike.this)#EdgeT) => B): B
    Definition Classes
    IterableOnceOps
  97. def reduceLeftOption[B >: (GraphLike.this)#EdgeT](op: (B, (GraphLike.this)#EdgeT) => B): Option[B]
    Definition Classes
    IterableOnceOps
  98. def reduceOption[B >: (GraphLike.this)#EdgeT](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  99. def reduceRight[B >: (GraphLike.this)#EdgeT](op: ((GraphLike.this)#EdgeT, B) => B): B
    Definition Classes
    IterableOnceOps
  100. def reduceRightOption[B >: (GraphLike.this)#EdgeT](op: ((GraphLike.this)#EdgeT, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  101. def remove(elem: (GraphLike.this)#EdgeT): Boolean
    Definition Classes
    SetOps
  102. def result(): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps → Builder
  103. def scan[B >: (GraphLike.this)#EdgeT](z: B)(op: (B, B) => B): Set[B]
    Definition Classes
    IterableOps
  104. def scanLeft[B](z: B)(op: (B, (GraphLike.this)#EdgeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  105. def scanRight[B](z: B)(op: ((GraphLike.this)#EdgeT, B) => B): Set[B]
    Definition Classes
    IterableOps
  106. def size: Int
    Definition Classes
    IterableOnceOps
  107. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  108. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  109. final def sizeHint(coll: scala.collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  110. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  111. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  112. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  113. def slice(from: Int, until: Int): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  114. def sliding(size: Int, step: Int): Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    IterableOps
  115. def sliding(size: Int): Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    IterableOps
  116. def span(p: ((GraphLike.this)#EdgeT) => Boolean): (Set[(GraphLike.this)#EdgeT], Set[(GraphLike.this)#EdgeT])
    Definition Classes
    IterableOps → IterableOnceOps
  117. def splitAt(n: Int): (Set[(GraphLike.this)#EdgeT], Set[(GraphLike.this)#EdgeT])
    Definition Classes
    IterableOps → IterableOnceOps
  118. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(GraphLike.this)#EdgeT, S]): S
    Definition Classes
    IterableOnce
  119. def stringPrefix: String
    Definition Classes
    EdgeSet → Set → Iterable
  120. def subsetOf(that: Set[(GraphLike.this)#EdgeT]): Boolean
    Definition Classes
    SetOps
  121. def subsets(): Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    SetOps
  122. def subsets(len: Int): Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    SetOps
  123. def subtractAll(xs: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): EdgeSet.this.type
    Definition Classes
    Shrinkable
  124. final def subtractOne(edge: (GraphLike.this)#EdgeT): EdgeSet.this.type
    Definition Classes
    EdgeSet → Shrinkable
    Annotations
    @inline()
  125. def sum[B >: (GraphLike.this)#EdgeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  126. val t: Set[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toTraversableEnrichments[(GraphLike.this)#EdgeT, Set] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  127. def tail: Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  128. def tails: Iterator[Set[(GraphLike.this)#EdgeT]]
    Definition Classes
    IterableOps
  129. def take(n: Int): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  130. def takeRight(n: Int): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  131. def takeWhile(p: ((GraphLike.this)#EdgeT) => Boolean): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  132. def tap[U](f: ((GraphLike.this)#EdgeSet) => U): (GraphLike.this)#EdgeSet
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toChainingOps[(GraphLike.this)#EdgeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  133. def tapEach[U](f: ((GraphLike.this)#EdgeT) => U): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps → IterableOnceOps
  134. def to[C1](factory: Factory[(GraphLike.this)#EdgeT, C1]): C1
    Definition Classes
    IterableOnceOps
  135. def toArray[B >: (GraphLike.this)#EdgeT](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  136. final def toBuffer[B >: (GraphLike.this)#EdgeT]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  137. def toIndexedSeq: IndexedSeq[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  138. final def toIterable: EdgeSet.this.type
    Definition Classes
    Iterable → IterableOps
  139. def toList: List[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  140. def toMSet: MSet[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableEnrichments[(GraphLike.this)#EdgeT] performed by method IterableEnrichments in scalax.collection.Compat.
    Definition Classes
    IterableEnrichments
  141. def toMap[K, V](implicit ev: <:<[(GraphLike.this)#EdgeT, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  142. def toOuter: Set[E[N]]

    Converts this edge set to a set of outer edges.

    Converts this edge set to a set of outer edges.

    Definition Classes
    EdgeSet
  143. def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[(GraphLike.this)#EdgeT, E]]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toTraversableEnrichments[(GraphLike.this)#EdgeT, Set] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  144. def toSeq: Seq[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  145. def toSet[B >: (GraphLike.this)#EdgeT]: Set[B]
    Definition Classes
    IterableOnceOps
  146. def toSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (GraphLike.this)#EdgeOrdering = defaultEdgeOrdering): String

    Sorts all edges according to ord, concatenates them using separator and prefixes and parenthesizes the result with stringPrefix.

    Sorts all edges according to ord, concatenates them using separator and prefixes and parenthesizes the result with stringPrefix.

    separator

    to separate edges by.

    ord

    custom ordering.

    returns

    sorted, concatenated and prefixed string representation of this edge set.

    Definition Classes
    EdgeSet
  147. def toString(): String
    Definition Classes
    Set → Function1 → Iterable → AnyRef → Any
  148. def toVector: Vector[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
  149. def transpose[B](implicit asIterable: ((GraphLike.this)#EdgeT) => Iterable[B]): Set[Set[B]]
    Definition Classes
    IterableOps
  150. final def union(that: Set[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  151. def unzip[A1, A2](implicit asPair: ((GraphLike.this)#EdgeT) => (A1, A2)): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  152. def unzip3[A1, A2, A3](implicit asTriple: ((GraphLike.this)#EdgeT) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
    Definition Classes
    IterableOps
  153. def update(elem: (GraphLike.this)#EdgeT, included: Boolean): Unit
    Definition Classes
    SetOps
  154. val value: (GraphLike.this)#EdgeSet
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  155. def view: View[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
  156. def withFilter(p: ((GraphLike.this)#EdgeT) => Boolean): WithFilter[(GraphLike.this)#EdgeT, [_]Set[_]]
    Definition Classes
    IterableOps
  157. def withSetFilter(p: ((GraphLike.this)#EdgeT) => Boolean): Set[(GraphLike.this)#EdgeT] with FilterableSet[(GraphLike.this)#EdgeT]
    Definition Classes
    FilterableSet
  158. def zip[B](that: scala.collection.IterableOnce[B]): Set[((GraphLike.this)#EdgeT, B)]
    Definition Classes
    IterableOps
  159. def zipAll[A1 >: (GraphLike.this)#EdgeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
    Definition Classes
    IterableOps
  160. def zipWithIndex: Set[((GraphLike.this)#EdgeT, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  161. final def |(that: Set[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  162. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toEdgeAssoc[(GraphLike.this)#EdgeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  163. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toEdgeAssoc[(GraphLike.this)#EdgeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def andThen[A](g: (Boolean) => A): (Param[(GraphLike.this)#EdgeT, EI]) => A
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet to(Param[(GraphLike.this)#EdgeT, EI]) => Boolean performed by method predicateToNodePredicate 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:
    (edgeSet: (Param[(GraphLike.this)#EdgeT, EI]) => Boolean).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(v1: Param[(GraphLike.this)#EdgeT, EI]): Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet to(Param[(GraphLike.this)#EdgeT, EI]) => Boolean performed by method predicateToNodePredicate 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:
    (edgeSet: (Param[(GraphLike.this)#EdgeT, EI]) => Boolean).apply(v1)
    Definition Classes
    Function1
  3. def compose[A](g: (A) => Param[(GraphLike.this)#EdgeT, EI]): (A) => Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet to(Param[(GraphLike.this)#EdgeT, EI]) => Boolean performed by method predicateToNodePredicate 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:
    (edgeSet: (Param[(GraphLike.this)#EdgeT, EI]) => Boolean).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val self: (GraphLike.this)#EdgeSet
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toChainingOps[(GraphLike.this)#EdgeSet] performed by method ChainingOps in scalax.collection.
    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:
    (edgeSet: ChainingOps[(GraphLike.this)#EdgeSet]).self
    Definition Classes
    ChainingOps
  5. val self: Iterable[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableEnrichments[(GraphLike.this)#EdgeT] performed by method IterableEnrichments in scalax.collection.Compat.
    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:
    (edgeSet: IterableEnrichments[(GraphLike.this)#EdgeT]).self
    Definition Classes
    IterableEnrichments
  6. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] 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:
    (edgeSet: OuterNode[(GraphLike.this)#EdgeSet]).stringPrefix
    Definition Classes
    NodeParam
  7. def toString(): String
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet to(Param[(GraphLike.this)#EdgeT, EI]) => Boolean performed by method predicateToNodePredicate 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:
    (edgeSet: (Param[(GraphLike.this)#EdgeT, EI]) => Boolean).toString()
    Definition Classes
    Function1 → AnyRef → Any
  8. def toString(): String
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toOuterNode[(GraphLike.this)#EdgeSet] 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:
    (edgeSet: OuterNode[(GraphLike.this)#EdgeSet]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def +(elem1: (GraphLike.this)#EdgeT, elem2: (GraphLike.this)#EdgeT, elems: (GraphLike.this)#EdgeT*): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def +(elem: (GraphLike.this)#EdgeT): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set or fall back to Set.union

  3. def ++:[B >: (GraphLike.this)#EdgeT](that: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  4. final def +=(elem1: (GraphLike.this)#EdgeT, elem2: (GraphLike.this)#EdgeT, elems: (GraphLike.this)#EdgeT*): EdgeSet.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

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

  5. def -(elem1: (GraphLike.this)#EdgeT, elem2: (GraphLike.this)#EdgeT, elems: (GraphLike.this)#EdgeT*): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use &- with an explicit collection argument instead of - with varargs

  6. def -(elem: (GraphLike.this)#EdgeT): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set or fall back to Set.diff

  7. def --(that: scala.collection.IterableOnce[(GraphLike.this)#EdgeT]): Set[(GraphLike.this)#EdgeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set

  8. def -=(elem1: (GraphLike.this)#EdgeT, elem2: (GraphLike.this)#EdgeT, elems: (GraphLike.this)#EdgeT*): EdgeSet.this.type
    Definition Classes
    Shrinkable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.3) Use --= aka subtractAll instead of varargs -=; infix operations with an operand of multiple args will be deprecated

  9. def /:[B](z: B)(op: (B, (GraphLike.this)#EdgeT) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  10. final def /:[B](z: B)(op: (B, (GraphLike.this)#EdgeT) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  11. def :\[B](z: B)(op: ((GraphLike.this)#EdgeT, B) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  12. final def :\[B](z: B)(op: ((GraphLike.this)#EdgeT, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  13. def aggregate[B](z: => B)(seqop: (B, (GraphLike.this)#EdgeT) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  14. def collectFirst[B](f: PartialFunction[(GraphLike.this)#EdgeT, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  15. def companion: IterableFactory[[_]Set[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  16. def copyToBuffer(dest: Buffer[(GraphLike.this)#EdgeT]): Unit
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  17. final def copyToBuffer[B >: (GraphLike.this)#EdgeT](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  18. def count(f: ((GraphLike.this)#EdgeT) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  19. def exists(f: ((GraphLike.this)#EdgeT) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  20. def filter(f: ((GraphLike.this)#EdgeT) => Boolean): Iterator[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  21. def find(p: ((GraphLike.this)#EdgeT) => Boolean): Option[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  22. def flatMap[B](f: ((GraphLike.this)#EdgeT) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  23. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  24. def foldLeft[B](z: B)(op: (B, (GraphLike.this)#EdgeT) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  25. def foldRight[B](z: B)(op: ((GraphLike.this)#EdgeT, B) => B): B
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  26. def forall(f: ((GraphLike.this)#EdgeT) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  27. def foreach[U](f: ((GraphLike.this)#EdgeT) => U): Unit
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  28. 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)

  29. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  30. def map[B](f: ((GraphLike.this)#EdgeT) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  31. def max(implicit ord: Ordering[(GraphLike.this)#EdgeT]): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  32. def maxBy[B](f: ((GraphLike.this)#EdgeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  33. def min(implicit ord: Ordering[(GraphLike.this)#EdgeT]): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  34. def minBy[B](f: ((GraphLike.this)#EdgeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  35. def mkString: String
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  36. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  37. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  38. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  39. def product(implicit num: Numeric[(GraphLike.this)#EdgeT]): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  40. def reduce(f: ((GraphLike.this)#EdgeT, (GraphLike.this)#EdgeT) => (GraphLike.this)#EdgeT): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  41. def reduceLeft(f: ((GraphLike.this)#EdgeT, (GraphLike.this)#EdgeT) => (GraphLike.this)#EdgeT): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  42. def reduceLeftOption(f: ((GraphLike.this)#EdgeT, (GraphLike.this)#EdgeT) => (GraphLike.this)#EdgeT): Option[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  43. def reduceOption(f: ((GraphLike.this)#EdgeT, (GraphLike.this)#EdgeT) => (GraphLike.this)#EdgeT): Option[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  44. def reduceRight(f: ((GraphLike.this)#EdgeT, (GraphLike.this)#EdgeT) => (GraphLike.this)#EdgeT): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  45. def reduceRightOption(f: ((GraphLike.this)#EdgeT, (GraphLike.this)#EdgeT) => (GraphLike.this)#EdgeT): Option[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  46. final def repr: Set[(GraphLike.this)#EdgeT]
    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

  47. final def retain(p: ((GraphLike.this)#EdgeT) => Boolean): Unit
    Definition Classes
    SetOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

  48. def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  49. def seq: EdgeSet.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  50. def size: Int
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  51. def sum(implicit num: Numeric[(GraphLike.this)#EdgeT]): (GraphLike.this)#EdgeT
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  52. def to[C1](factory: Factory[(GraphLike.this)#EdgeT, C1]): C1
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  53. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  54. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  55. def toEdgeInSet: Set[E[N]]
    Definition Classes
    EdgeSet
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use toOuter instead

  56. def toIndexedSeq: IndexedSeq[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  57. final def toIterable: Iterable[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  58. def toIterator: Iterator[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  59. final def toIterator: Iterator[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  60. def toList: List[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  61. def toMap[K, V](implicit ev: <:<[(GraphLike.this)#EdgeT, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  62. def toSeq: Seq[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  63. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  64. def toStream: Stream[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  65. final def toStream: Stream[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  66. final def toTraversable: Traversable[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  67. final def toTraversable: Traversable[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  68. def toVector: Vector[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  69. def view(from: Int, until: Int): View[(GraphLike.this)#EdgeT]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  70. def withFilter(f: ((GraphLike.this)#EdgeT) => Boolean): Iterator[(GraphLike.this)#EdgeT]
    Implicit
    This member is added by an implicit conversion from (GraphLike.this)#EdgeSet toIterableOnceExtensionMethods[(GraphLike.this)#EdgeT] 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:
    (edgeSet: IterableOnceExtensionMethods[(GraphLike.this)#EdgeT]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead