scalax.collection.immutable.AdjacencyListBase

EdgeSet

trait EdgeSet extends (AdjacencyListBase.this)#EdgeSet

Definition Classes
AdjacencyListBaseGraphLikeGraphBase
Linear Supertypes
(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. EdgeSet
  3. EdgeSet
  4. Serializable
  5. Serializable
  6. ExtSetMethods
  7. Set
  8. SetLike
  9. Subtractable
  10. GenSet
  11. GenericSetTemplate
  12. GenSetLike
  13. Iterable
  14. IterableLike
  15. Equals
  16. GenIterable
  17. GenIterableLike
  18. Traversable
  19. GenTraversable
  20. GenericTraversableTemplate
  21. TraversableLike
  22. GenTraversableLike
  23. Parallelizable
  24. TraversableOnce
  25. GenTraversableOnce
  26. FilterMonadic
  27. HasNewBuilder
  28. Function1
  29. AnyRef
  30. Any
Implicitly
  1. by anyToNode
  2. by traversable2ops
  3. by MonadOps
  4. by flattenTraversableOnce
  5. by EdgeAssoc
  6. by predicateToNodePredicate
  7. by graphParamsToPartition
  8. by any2stringadd
  9. by any2stringfmt
  10. by any2ArrowAssoc
  11. by any2Ensuring
  12. by alternateImplicit
  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.

    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](y: B): ((AdjacencyListBase.this)#EdgeSet, B)

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  25. def asParIterable: ParIterable[(AdjacencyListBase.this)#EdgeT]

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to TraversableOps[(AdjacencyListBase.this)#EdgeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  27. 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
  28. def canEqual(that: Any): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    SetLike → GenSetLike
  42. 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
  43. def drop(n: Int): Set[(AdjacencyListBase.this)#EdgeT]

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  46. def edgeParams: Iterable[EdgeParam]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  47. val elems: Iterable[Param[N, E]]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  48. def empty: Set[(AdjacencyListBase.this)#EdgeT]

    Definition Classes
    GenericSetTemplate
  49. def ensuring(cond: ((AdjacencyListBase.this)#EdgeSet) ⇒ Boolean, msg: ⇒ Any): (AdjacencyListBase.this)#EdgeSet

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  61. 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
  62. 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
  63. def flatten[B](implicit asTraversable: ((AdjacencyListBase.this)#EdgeT) ⇒ GenTraversableOnce[B]): Set[B]

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

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

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

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

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

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  69. def formatted(fmtstr: String): String

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

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

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

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

    Definition Classes
    IterableLike
  74. def hasDefiniteSize: Boolean

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  78. def ifParSeq[R](isbody: (ParSeq[(AdjacencyListBase.this)#EdgeT]) ⇒ R): (TraversableOps[(AdjacencyListBase.this)#EdgeT])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to TraversableOps[(AdjacencyListBase.this)#EdgeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  79. def init: Set[(AdjacencyListBase.this)#EdgeT]

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

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

    Definition Classes
    GenSetLike
  82. def isDefined: Boolean

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

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

    Definition Classes
    SetLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  85. def isIn: Boolean

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

    Definition Classes
    Any
  87. def isNode: Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  96. 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.

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. val n1: (AdjacencyListBase.this)#EdgeSet

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

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

    Attributes
    protected[this]
    Definition Classes
    SetLike → TraversableLike → HasNewBuilder
  108. def nodeParams: Iterable[NodeParam[N]]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  109. def nonEmpty: Boolean

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  115. lazy val partitioned: (Iterable[Param[N, E]], Iterable[Param[N, E]])

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  116. def product[B >: (AdjacencyListBase.this)#EdgeT](implicit num: Numeric[B]): B

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

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

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

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

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

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

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

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

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

    Definition Classes
    IterableLike → GenIterableLike
  126. 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
  127. 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
  128. 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.

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  136. def stringPrefix: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  152. def toInParams: Iterable[InParam[N, E]]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  153. def toIndexedSeq: IndexedSeq[(AdjacencyListBase.this)#EdgeT]

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  158. 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
  159. def toOuterEdges: Iterable[E[N]]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  160. def toOuterNodes: Iterable[N]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef.
    Definition Classes
    Partitions
  161. def toParArray: ParArray[(AdjacencyListBase.this)#EdgeT]

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. 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
  165. def toStream: Stream[(AdjacencyListBase.this)#EdgeT]

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. 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.

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

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

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

    Definition Classes
    GenericTraversableTemplate
  173. val value: (AdjacencyListBase.this)#EdgeSet

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to OuterNode[(AdjacencyListBase.this)#EdgeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  174. def view(from: Int, until: Int): IterableView[(AdjacencyListBase.this)#EdgeT, Set[(AdjacencyListBase.this)#EdgeT]]

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

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

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

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

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

    Definition Classes
    TraversableLike → FilterMonadic
  180. def withSetFilter(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): FilteredSet[(AdjacencyListBase.this)#EdgeT]

    Returns a lazily filtered immutable Set.

    Returns a lazily filtered immutable Set.

    Definition Classes
    ExtSetMethods
  181. 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
  182. 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
  183. def zipWithIndex[A1 >: (AdjacencyListBase.this)#EdgeT, That](implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#EdgeT], (A1, Int), That]): That

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

    Definition Classes
    GenSetLike
  185. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

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

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

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

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to StringAdd performed by method any2stringadd in scala.Predef.
    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: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. def andThen[A](g: (Boolean) ⇒ A): (Param[(AdjacencyListBase.this)#EdgeT, EI]) ⇒ A

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to (Param[(AdjacencyListBase.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[(AdjacencyListBase.this)#EdgeT, EI]) ⇒ Boolean).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def apply(v1: Param[(AdjacencyListBase.this)#EdgeT, EI]): Boolean

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to (Param[(AdjacencyListBase.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[(AdjacencyListBase.this)#EdgeT, EI]) ⇒ Boolean).apply(v1)
    Definition Classes
    Function1
  4. def compose[A](g: (A) ⇒ Param[(AdjacencyListBase.this)#EdgeT, EI]): (A) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to (Param[(AdjacencyListBase.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[(AdjacencyListBase.this)#EdgeT, EI]) ⇒ Boolean).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def filter(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): TraversableOnce[(AdjacencyListBase.this)#EdgeT]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to MonadOps[(AdjacencyListBase.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (edgeSet: MonadOps[(AdjacencyListBase.this)#EdgeT]).filter(p)
    Definition Classes
    MonadOps
  6. def flatMap[B](f: ((AdjacencyListBase.this)#EdgeT) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to MonadOps[(AdjacencyListBase.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (edgeSet: MonadOps[(AdjacencyListBase.this)#EdgeT]).flatMap(f)
    Definition Classes
    MonadOps
  7. def flatten: Iterator[(AdjacencyListBase.this)#NodeT]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to FlattenOps[(AdjacencyListBase.this)#NodeT] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type (Iterable[(AdjacencyListBase.this)#NodeT]) ⇒ TraversableOnce[(AdjacencyListBase.this)#NodeT] is in scope.
    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: FlattenOps[(AdjacencyListBase.this)#NodeT]).flatten
    Definition Classes
    FlattenOps
  8. def map[B](f: ((AdjacencyListBase.this)#EdgeT) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to MonadOps[(AdjacencyListBase.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (edgeSet: MonadOps[(AdjacencyListBase.this)#EdgeT]).map(f)
    Definition Classes
    MonadOps
  9. val self: Any

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

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

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to OuterNode[(AdjacencyListBase.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[(AdjacencyListBase.this)#EdgeSet]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  13. def toString(): String

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to (Param[(AdjacencyListBase.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[(AdjacencyListBase.this)#EdgeT, EI]) ⇒ Boolean).toString()
    Definition Classes
    Function1 → AnyRef → Any
  14. def withFilter(p: ((AdjacencyListBase.this)#EdgeT) ⇒ Boolean): Iterator[(AdjacencyListBase.this)#EdgeT]

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#EdgeSet to MonadOps[(AdjacencyListBase.this)#EdgeT] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (edgeSet: MonadOps[(AdjacencyListBase.this)#EdgeT]).withFilter(p)
    Definition Classes
    MonadOps

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

  2. def toEdgeInSet: Set[E[N]]

    Definition Classes
    EdgeSet
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use toOuter instead

  3. def x: (AdjacencyListBase.this)#EdgeSet

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

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: (AdjacencyListBase.this)#EdgeSet

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

    (Since version 2.10.0) Use resultOfEnsuring instead

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

Inherited by implicit conversion anyToNode from (AdjacencyListBase.this)#EdgeSet to OuterNode[(AdjacencyListBase.this)#EdgeSet]

Inherited by implicit conversion traversable2ops from (AdjacencyListBase.this)#EdgeSet to TraversableOps[(AdjacencyListBase.this)#EdgeT]

Inherited by implicit conversion MonadOps from (AdjacencyListBase.this)#EdgeSet to MonadOps[(AdjacencyListBase.this)#EdgeT]

Inherited by implicit conversion flattenTraversableOnce from (AdjacencyListBase.this)#EdgeSet to FlattenOps[(AdjacencyListBase.this)#NodeT]

Inherited by implicit conversion EdgeAssoc from (AdjacencyListBase.this)#EdgeSet to EdgeAssoc[(AdjacencyListBase.this)#EdgeSet]

Inherited by implicit conversion predicateToNodePredicate from (AdjacencyListBase.this)#EdgeSet to (Param[(AdjacencyListBase.this)#EdgeT, EI]) ⇒ Boolean

Inherited by implicit conversion graphParamsToPartition from (AdjacencyListBase.this)#EdgeSet to Partitions[N, E]

Inherited by implicit conversion any2stringadd from (AdjacencyListBase.this)#EdgeSet to StringAdd

Inherited by implicit conversion any2stringfmt from (AdjacencyListBase.this)#EdgeSet to StringFormat

Inherited by implicit conversion any2ArrowAssoc from (AdjacencyListBase.this)#EdgeSet to ArrowAssoc[(AdjacencyListBase.this)#EdgeSet]

Inherited by implicit conversion any2Ensuring from (AdjacencyListBase.this)#EdgeSet to Ensuring[(AdjacencyListBase.this)#EdgeSet]

Inherited by implicit conversion alternateImplicit from (AdjacencyListBase.this)#EdgeSet to ForceImplicitAmbiguity

Ungrouped