scalax.collection.immutable.AdjacencyListBase

EdgeSet

trait EdgeSet extends (AdjacencyListBase.this)#EdgeSet with (AdjacencyListBase.this)#EdgeSetAux

Definition Classes
AdjacencyListBaseGraphLikeGraphBase
Linear Supertypes
(AdjacencyListBase.this)#EdgeSetAux, (AdjacencyListBase.this)#EdgeSet, (AdjacencyListBase.this)#EdgeSet, Serializable, Serializable, ExtSetMethods[(AdjacencyListBase.this)#EdgeT], Set[(AdjacencyListBase.this)#EdgeT], SetLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], Subtractable[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], GenSet[(AdjacencyListBase.this)#EdgeT], GenericSetTemplate[(AdjacencyListBase.this)#EdgeT, Set], GenSetLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], Iterable[(AdjacencyListBase.this)#EdgeT], IterableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], Equals, GenIterable[(AdjacencyListBase.this)#EdgeT], GenIterableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], Traversable[(AdjacencyListBase.this)#EdgeT], GenTraversable[(AdjacencyListBase.this)#EdgeT], GenericTraversableTemplate[(AdjacencyListBase.this)#EdgeT, Set], TraversableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], GenTraversableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], Parallelizable[(AdjacencyListBase.this)#EdgeT, ParSet[(AdjacencyListBase.this)#EdgeT]], TraversableOnce[(AdjacencyListBase.this)#EdgeT], GenTraversableOnce[(AdjacencyListBase.this)#EdgeT], FilterMonadic[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], HasNewBuilder[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]], ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EdgeSet
  2. EdgeSetAux
  3. EdgeSet
  4. EdgeSet
  5. Serializable
  6. Serializable
  7. ExtSetMethods
  8. Set
  9. SetLike
  10. Subtractable
  11. GenSet
  12. GenericSetTemplate
  13. GenSetLike
  14. Iterable
  15. IterableLike
  16. Equals
  17. GenIterable
  18. GenIterableLike
  19. Traversable
  20. GenTraversable
  21. GenericTraversableTemplate
  22. TraversableLike
  23. GenTraversableLike
  24. Parallelizable
  25. TraversableOnce
  26. GenTraversableOnce
  27. FilterMonadic
  28. HasNewBuilder
  29. Function1
  30. AnyRef
  31. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Self = Set[(AdjacencyListBase.this)#EdgeT]

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

    Definition Classes
    TraversableLike

Abstract Value Members

  1. abstract def +(elem: (AdjacencyListBase.this)#EdgeT): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike → GenSetLike
  2. abstract def -(elem: (AdjacencyListBase.this)#EdgeT): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike → Subtractable → GenSetLike
  3. abstract def addEdge(edge: (AdjacencyListBase.this)#EdgeT): Unit

  4. abstract def initialize(edges: Iterable[E[N]]): Unit

    This method is called by the primary constructor.

    This method is called by the primary constructor. It must be defined by the trait responsible for the implementation of the graph representation.

    edges

    The outer edges that the edge set of this graph is to be populated with. Nodes being the end of any of these edges will be added to the node set. This parameter is meant be used as an alternative or in addition to edgeStreams.

    Attributes
    protected[scalax.collection]
    Definition Classes
    EdgeSet

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def &(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    GenSetLike
  5. def &~(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    GenSetLike
  6. def +(elem1: (AdjacencyListBase.this)#EdgeT, elem2: (AdjacencyListBase.this)#EdgeT, elems: (AdjacencyListBase.this)#EdgeT*): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike
  7. def ++(elems: GenTraversableOnce[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike
  8. def ++[B >: (AdjacencyListBase.this)#EdgeT, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  9. def ++:[B >: (AdjacencyListBase.this)#EdgeT, That](that: Traversable[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike
  10. def ++:[B >: (AdjacencyListBase.this)#EdgeT, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike
  11. def -(elem1: (AdjacencyListBase.this)#EdgeT, elem2: (AdjacencyListBase.this)#EdgeT, elems: (AdjacencyListBase.this)#EdgeT*): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    Subtractable
  12. def --(xs: GenTraversableOnce[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    Subtractable
  13. def /:[B](z: B)(op: (B, (AdjacencyListBase.this)#EdgeT) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. def :\[B](z: B)(op: ((AdjacencyListBase.this)#EdgeT, B) ⇒ B): B

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

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

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

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

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

    Definition Classes
    TraversableOnce
  20. def aggregate[B](z: B)(seqop: (B, (AdjacencyListBase.this)#EdgeT) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  21. def andThen[A](g: (Boolean) ⇒ A): ((AdjacencyListBase.this)#EdgeT) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  22. def apply(elem: (AdjacencyListBase.this)#EdgeT): Boolean

    Definition Classes
    GenSetLike → Function1
  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def asSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (AdjacencyListBase.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
  25. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def collect[B, That](pf: PartialFunction[(AdjacencyListBase.this)#EdgeT, B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  28. def collectFirst[B](pf: PartialFunction[(AdjacencyListBase.this)#EdgeT, B]): Option[B]

    Definition Classes
    TraversableOnce
  29. def companion: GenericCompanion[Set]

    Definition Classes
    Set → GenSet → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  30. def compose[A](g: (A) ⇒ (AdjacencyListBase.this)#EdgeT): (A) ⇒ Boolean

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  31. final def contains(edge: (AdjacencyListBase.this)#EdgeT): Boolean

    Definition Classes
    EdgeSet → SetLike → GenSetLike
  32. final def contains(node: (AdjacencyListBase.this)#NodeT): Boolean

    Definition Classes
    EdgeSetEdgeSet
  33. def copyToArray[B >: (AdjacencyListBase.this)#EdgeT](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  34. def copyToArray[B >: (AdjacencyListBase.this)#EdgeT](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def copyToArray[B >: (AdjacencyListBase.this)#EdgeT](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  36. def copyToBuffer[B >: (AdjacencyListBase.this)#EdgeT](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  37. def count(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def diff(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike → GenSetLike
  39. final def draw(random: Random): (AdjacencyListBase.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.

    random

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

    Definition Classes
    EdgeSetExtSetMethods
  40. def drop(n: Int): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  41. def dropRight(n: Int): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike
  42. def dropWhile(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  43. def empty: Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    GenericSetTemplate
  44. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. def equals(that: Any): Boolean

    Definition Classes
    GenSetLike → Equals → AnyRef → Any
  46. def exists(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def filter(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  48. def filterNot(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Set[(AdjacencyListBase.this)#EdgeT]

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. final def find(elem: E[N]): Option[(AdjacencyListBase.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
    EdgeSetEdgeSet
  51. def find(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Option[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  52. final def findEntry[B](other: B, correspond: ((AdjacencyListBase.this)#EdgeT, B) ⇒ Boolean): (AdjacencyListBase.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
  53. def flatMap[B, That](f: ((AdjacencyListBase.this)#EdgeT) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  54. def flatten[B](implicit asTraversable: ((AdjacencyListBase.this)#EdgeT) ⇒ GenTraversableOnce[B]): Set[B]

    Definition Classes
    GenericTraversableTemplate
  55. def fold[A1 >: (AdjacencyListBase.this)#EdgeT](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def foldLeft[B](z: B)(op: (B, (AdjacencyListBase.this)#EdgeT) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def foldRight[B](z: B)(op: ((AdjacencyListBase.this)#EdgeT, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  58. def forall(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  59. def foreach[U](f: ((AdjacencyListBase.this)#EdgeT) ⇒ U): Unit

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  60. def from(nodeStreams: Iterable[NodeInputStream[N]], nodes: Iterable[N], edgeStreams: Iterable[GenEdgeInputStream[N, E]], edges: Iterable[E[N]]): Unit

    This method may be called by an auxiliary constructor.

    This method may be called by an auxiliary constructor. If so, it must be defined by the trait responsible for the implementation of the graph representation.

    The implementor is not allowed to reset any of the input streams so he must decide for each input stream whether it is to read by NodeSet.initialize or by EdgeSet.initialize, not both. Computing contained inner nodes/edges from input streams is facilitated by Node.NodeContStream/Edge.EdgeContStream respectively.

    For parameter descriptions see NodeAux.from.

    Attributes
    protected[scalax.collection]
    Definition Classes
    EdgeSetEdgeSetAux
  61. def genericBuilder[B]: Builder[B, Set[B]]

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

    Definition Classes
    AnyRef → Any
  63. def groupBy[K](f: ((AdjacencyListBase.this)#EdgeT) ⇒ K): Map[K, Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    TraversableLike → GenTraversableLike
  64. def grouped(size: Int): Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    IterableLike
  65. def hasDefiniteSize: Boolean

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

    Definition Classes
    GenSetLike → AnyRef → Any
  67. def head: (AdjacencyListBase.this)#EdgeT

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  68. def headOption: Option[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  69. def init: Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  70. def inits: Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    TraversableLike
  71. def intersect(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    GenSetLike
  72. def isEmpty: Boolean

    Definition Classes
    SetLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  73. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  74. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  75. final def iterator: Iterator[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    EdgeSet → GenSetLike → IterableLike → GenIterableLike
  76. def last: (AdjacencyListBase.this)#EdgeT

    Definition Classes
    TraversableLike → GenTraversableLike
  77. def lastOption: Option[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  78. def map[B, That](f: ((AdjacencyListBase.this)#EdgeT) ⇒ B)(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    SetLike → TraversableLike → GenTraversableLike → FilterMonadic
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) Set.map now returns a Set, so it will discard duplicate values.

  79. def max[B >: (AdjacencyListBase.this)#EdgeT](implicit cmp: Ordering[B]): (AdjacencyListBase.this)#EdgeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. 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
  81. def maxBy[B](f: ((AdjacencyListBase.this)#EdgeT) ⇒ B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#EdgeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def min[B >: (AdjacencyListBase.this)#EdgeT](implicit cmp: Ordering[B]): (AdjacencyListBase.this)#EdgeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def minBy[B](f: ((AdjacencyListBase.this)#EdgeT) ⇒ B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#EdgeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  88. def newBuilder: Builder[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

    Attributes
    protected[this]
    Definition Classes
    SetLike → TraversableLike → HasNewBuilder
  89. def nonEmpty: Boolean

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

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

    Definition Classes
    AnyRef
  92. def par: ParSet[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    Parallelizable
  93. def parCombiner: Combiner[(AdjacencyListBase.this)#EdgeT, ParSet[(AdjacencyListBase.this)#EdgeT]]

    Attributes
    protected[this]
    Definition Classes
    SetLike → TraversableLike → Parallelizable
  94. def partition(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): (Set[(AdjacencyListBase.this)#EdgeT], Set[(AdjacencyListBase.this)#EdgeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  95. def product[B >: (AdjacencyListBase.this)#EdgeT](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def reduce[A1 >: (AdjacencyListBase.this)#EdgeT](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def reduceLeft[B >: (AdjacencyListBase.this)#EdgeT](op: (B, (AdjacencyListBase.this)#EdgeT) ⇒ B): B

    Definition Classes
    TraversableOnce
  98. def reduceLeftOption[B >: (AdjacencyListBase.this)#EdgeT](op: (B, (AdjacencyListBase.this)#EdgeT) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def reduceOption[A1 >: (AdjacencyListBase.this)#EdgeT](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def reduceRight[B >: (AdjacencyListBase.this)#EdgeT](op: ((AdjacencyListBase.this)#EdgeT, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  101. def reduceRightOption[B >: (AdjacencyListBase.this)#EdgeT](op: ((AdjacencyListBase.this)#EdgeT, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def repr: Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  103. def reversed: List[(AdjacencyListBase.this)#EdgeT]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  104. def sameElements[B >: (AdjacencyListBase.this)#EdgeT](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  105. def scan[B >: (AdjacencyListBase.this)#EdgeT, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  106. def scanLeft[B, That](z: B)(op: (B, (AdjacencyListBase.this)#EdgeT) ⇒ B)(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  107. def scanRight[B, That](z: B)(op: ((AdjacencyListBase.this)#EdgeT, B) ⇒ B)(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  108. def seq: Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    Set → GenSet → GenSetLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  109. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def slice(from: Int, until: Int): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  111. def sliding(size: Int, step: Int): Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    IterableLike
  112. def sliding(size: Int): Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    IterableLike
  113. def span(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): (Set[(AdjacencyListBase.this)#EdgeT], Set[(AdjacencyListBase.this)#EdgeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  114. def splitAt(n: Int): (Set[(AdjacencyListBase.this)#EdgeT], Set[(AdjacencyListBase.this)#EdgeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  115. def stringPrefix: String

    Definition Classes
    EdgeSet → SetLike → TraversableLike → GenTraversableLike
  116. def subsetOf(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Boolean

    Definition Classes
    GenSetLike
  117. def subsets: Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    SetLike
  118. def subsets(len: Int): Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    SetLike
  119. def sum[B >: (AdjacencyListBase.this)#EdgeT](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  121. def tail: Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  122. def tails: Iterator[Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    TraversableLike
  123. def take(n: Int): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  124. def takeRight(n: Int): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike
  125. def takeWhile(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  126. def thisCollection: Iterable[(AdjacencyListBase.this)#EdgeT]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  127. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (AdjacencyListBase.this)#EdgeT, Col[(AdjacencyListBase.this)#EdgeT]]): Col[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  128. def toArray[B >: (AdjacencyListBase.this)#EdgeT](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toBuffer[A1 >: (AdjacencyListBase.this)#EdgeT]: Buffer[A1]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  130. def toCollection(repr: Set[(AdjacencyListBase.this)#EdgeT]): Iterable[(AdjacencyListBase.this)#EdgeT]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  131. def toEdgeInSet: 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
  132. def toIndexedSeq: IndexedSeq[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toIterable: Iterable[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  134. def toIterator: Iterator[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  135. def toList: List[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def toMap[T, U](implicit ev: <:<[(AdjacencyListBase.this)#EdgeT, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def toSeq: Seq[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  138. def toSet[B >: (AdjacencyListBase.this)#EdgeT]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def toSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (AdjacencyListBase.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
  140. def toStream: Stream[(AdjacencyListBase.this)#EdgeT]

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

    Definition Classes
    SetLike → Function1 → TraversableLike → AnyRef → Any
  142. def toTraversable: Traversable[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  143. def toVector: Vector[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  144. def transpose[B](implicit asTraversable: ((AdjacencyListBase.this)#EdgeT) ⇒ GenTraversableOnce[B]): Set[Set[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  145. def union(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    SetLike → GenSetLike
  146. def unzip[A1, A2](implicit asPair: ((AdjacencyListBase.this)#EdgeT) ⇒ (A1, A2)): (Set[A1], Set[A2])

    Definition Classes
    GenericTraversableTemplate
  147. def unzip3[A1, A2, A3](implicit asTriple: ((AdjacencyListBase.this)#EdgeT) ⇒ (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])

    Definition Classes
    GenericTraversableTemplate
  148. def view(from: Int, until: Int): IterableView[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    IterableLike → TraversableLike
  149. def view: IterableView[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    IterableLike → TraversableLike
  150. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. def withFilter(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): FilterMonadic[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

    Definition Classes
    TraversableLike → FilterMonadic
  154. def zip[A1 >: (AdjacencyListBase.this)#EdgeT, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  155. def zipAll[B, A1 >: (AdjacencyListBase.this)#EdgeT, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  156. def zipWithIndex[A1 >: (AdjacencyListBase.this)#EdgeT, That](implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  157. def |(that: GenSet[(AdjacencyListBase.this)#EdgeT]): Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    GenSetLike

Deprecated Value Members

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

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

Inherited from (AdjacencyListBase.this)#EdgeSetAux

Inherited from (AdjacencyListBase.this)#EdgeSet

Inherited from (AdjacencyListBase.this)#EdgeSet

Inherited from Serializable

Inherited from Serializable

Inherited from ExtSetMethods[(AdjacencyListBase.this)#EdgeT]

Inherited from Set[(AdjacencyListBase.this)#EdgeT]

Inherited from SetLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from Subtractable[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from GenSet[(AdjacencyListBase.this)#EdgeT]

Inherited from GenericSetTemplate[(AdjacencyListBase.this)#EdgeT, Set]

Inherited from GenSetLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from Iterable[(AdjacencyListBase.this)#EdgeT]

Inherited from IterableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from Equals

Inherited from GenIterable[(AdjacencyListBase.this)#EdgeT]

Inherited from GenIterableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from Traversable[(AdjacencyListBase.this)#EdgeT]

Inherited from GenTraversable[(AdjacencyListBase.this)#EdgeT]

Inherited from GenericTraversableTemplate[(AdjacencyListBase.this)#EdgeT, Set]

Inherited from TraversableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from GenTraversableLike[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from Parallelizable[(AdjacencyListBase.this)#EdgeT, ParSet[(AdjacencyListBase.this)#EdgeT]]

Inherited from TraversableOnce[(AdjacencyListBase.this)#EdgeT]

Inherited from GenTraversableOnce[(AdjacencyListBase.this)#EdgeT]

Inherited from FilterMonadic[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from HasNewBuilder[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

Inherited from ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped