scalax.collection.immutable.AdjacencyListBase

NodeSet

trait NodeSet extends (AdjacencyListBase.this)#NodeSet

Definition Classes
AdjacencyListBaseGraphLikeGraphBase
Linear Supertypes
(AdjacencyListBase.this)#NodeSet, (AdjacencyListBase.this)#NodeSet, Serializable, Serializable, ExtSetMethods[(AdjacencyListBase.this)#NodeT], Set[(AdjacencyListBase.this)#NodeT], SetLike[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], Subtractable[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], GenSet[(AdjacencyListBase.this)#NodeT], GenericSetTemplate[(AdjacencyListBase.this)#NodeT, Set], GenSetLike[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], Iterable[(AdjacencyListBase.this)#NodeT], IterableLike[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], Equals, GenIterable[(AdjacencyListBase.this)#NodeT], GenIterableLike[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], Traversable[(AdjacencyListBase.this)#NodeT], GenTraversable[(AdjacencyListBase.this)#NodeT], GenericTraversableTemplate[(AdjacencyListBase.this)#NodeT, Set], TraversableLike[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], GenTraversableLike[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], Parallelizable[(AdjacencyListBase.this)#NodeT, ParSet[(AdjacencyListBase.this)#NodeT]], TraversableOnce[(AdjacencyListBase.this)#NodeT], GenTraversableOnce[(AdjacencyListBase.this)#NodeT], FilterMonadic[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], HasNewBuilder[(AdjacencyListBase.this)#NodeT, Set[(AdjacencyListBase.this)#NodeT]], ((AdjacencyListBase.this)#NodeT) ⇒ Boolean, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NodeSet
  2. NodeSet
  3. NodeSet
  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)#NodeT]

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

    Definition Classes
    TraversableLike

Abstract Value Members

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

    Definition Classes
    SetLike → GenSetLike
  2. abstract def +=(edge: (AdjacencyListBase.this)#EdgeT): NodeSet.this.type

    Attributes
    protected[scalax.collection]
  3. abstract def minus(node: (AdjacencyListBase.this)#NodeT): Unit

    removes node from this node set leaving the edge set unchanged.

    removes node from this node set leaving the edge set unchanged.

    node

    the node to be removed from the node set.

    Attributes
    protected
    Definition Classes
    NodeSet

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)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]

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

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

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

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

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

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

    Definition Classes
    TraversableLike
  11. final def -(node: (AdjacencyListBase.this)#NodeT): (AdjacencyListBase.this)#NodeSetT

    Definition Classes
    NodeSet → SetLike → Subtractable → GenSetLike
  12. def -(elem1: (AdjacencyListBase.this)#NodeT, elem2: (AdjacencyListBase.this)#NodeT, elems: (AdjacencyListBase.this)#NodeT*): Set[(AdjacencyListBase.this)#NodeT]

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

    Definition Classes
    Subtractable
  14. def ->[B](y: B): ((AdjacencyListBase.this)#NodeSet, B)

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

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

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

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

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

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

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

    Definition Classes
    TraversableOnce
  22. def adjacencyListsToString: String

    Definition Classes
    NodeSet
  23. def aggregate[B](z: B)(seqop: (B, (AdjacencyListBase.this)#NodeT) ⇒ B, combop: (B, B) ⇒ B): B

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

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

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

    Definition Classes
    Any
  27. def asParIterable: ParIterable[(AdjacencyListBase.this)#NodeT]

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to TraversableOps[(AdjacencyListBase.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  29. def asSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (AdjacencyListBase.this)#NodeOrdering = defaultNodeOrdering): String

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

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

    separator

    to separate nodes by.

    ord

    custom ordering.

    returns

    sorted and concatenated string representation of this node set.

    Definition Classes
    NodeSet
  30. def canEqual(that: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val coll: ExtHashSet[(AdjacencyListBase.this)#NodeT]

    Attributes
    protected
  33. def collect[B, That](pf: PartialFunction[(AdjacencyListBase.this)#NodeT, B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#NodeT], B, That]): That

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

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

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  37. final def contains(node: (AdjacencyListBase.this)#NodeT): Boolean

    Definition Classes
    NodeSet → SetLike → GenSetLike
    Annotations
    @inline()
  38. def copy: (AdjacencyListBase.this)#NodeSetT

    Attributes
    protected
    Definition Classes
    NodeSetNodeSet
  39. def copyToArray[B >: (AdjacencyListBase.this)#NodeT](xs: Array[B], start: Int, len: Int): Unit

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

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

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

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

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

    Definition Classes
    SetLike → GenSetLike
  45. final def draw(random: Random): (AdjacencyListBase.this)#NodeT

    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
    NodeSetNodeSetExtSetMethods
    Annotations
    @inline()
  46. def drop(n: Int): Set[(AdjacencyListBase.this)#NodeT]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  62. final def find(elem: N): Option[(AdjacencyListBase.this)#NodeT]

    Finds the inner node corresponding to outerNode.

    Finds the inner node corresponding to outerNode.

    returns

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

    Definition Classes
    NodeSetNodeSet
    Annotations
    @inline()
  63. def find(p: ((AdjacencyListBase.this)#NodeT) ⇒ Boolean): Option[(AdjacencyListBase.this)#NodeT]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  64. final def findEntry[B](toMatch: B, correspond: ((AdjacencyListBase.this)#NodeT, B) ⇒ Boolean): (AdjacencyListBase.this)#NodeT

    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.

    toMatch

    a value not necessarily of type A; the entry to be searched for must have the same hashCode and be equal to this argument

    correspond

    function returning whether a given entry corresponds to other

    returns

    the entry corresponding to toMatch or null if not contained

    Definition Classes
    NodeSetExtSetMethods
    Annotations
    @inline()
  65. def flatMap[B, That](f: ((AdjacencyListBase.this)#NodeT) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#NodeT], B, That]): That

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  73. def from(that: AdjacencyListBase[N, E, This])(delNodes: Iterable[NodeT], delEdges: Iterable[AdjacencyListBase.EdgeT], ripple: Boolean, addNodes: Iterable[N], addEdges: Iterable[E[N]]): Unit

  74. def genericBuilder[B]: Builder[B, Set[B]]

    Definition Classes
    GenericTraversableTemplate
  75. final def get(outer: N): (AdjacencyListBase.this)#NodeT

    Finds the inner node corresponding to outerNode.

    Finds the inner node corresponding to outerNode.

    returns

    the inner node if found, otherwise NoSuchElementException is thrown.

    Definition Classes
    NodeSetNodeSet
  76. final def getClass(): Class[_]

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

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

    Definition Classes
    IterableLike
  79. def handleNotGentlyRemovable: Boolean

    Attributes
    protected
    Definition Classes
    NodeSet
  80. def hasDefiniteSize: Boolean

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

    Definition Classes
    GenSetLike → AnyRef → Any
  82. def head: (AdjacencyListBase.this)#NodeT

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  86. def initialize(nodes: Iterable[N], 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.

    nodes

    The isolated (and optionally any other) outer nodes that the node set of this graph is to be populated with.

    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
    NodeSetNodeSet
  87. def inits: Iterator[Set[(AdjacencyListBase.this)#NodeT]]

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

    Definition Classes
    GenSetLike
  89. def isDefined: Boolean

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

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

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

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

    Definition Classes
    Any
  94. def isNode: Boolean

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

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

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

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

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

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

    Definition Classes
    NodeSet → GenSetLike → IterableLike → GenIterableLike
    Annotations
    @inline()
  101. def last: (AdjacencyListBase.this)#NodeT

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

    Definition Classes
    TraversableLike → GenTraversableLike
  103. final def lookup(elem: N): (AdjacencyListBase.this)#NodeT

    Finds the inner node corresponding to outerNode.

    Finds the inner node corresponding to outerNode.

    returns

    the inner node if found, otherwise null.

    Definition Classes
    NodeSetNodeSet
  104. def map[B, That](f: ((AdjacencyListBase.this)#NodeT) ⇒ B)(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#NodeT], 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.

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def maxBy[B](f: ((AdjacencyListBase.this)#NodeT) ⇒ B)(implicit cmp: Ordering[B]): (AdjacencyListBase.this)#NodeT

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. val n1: (AdjacencyListBase.this)#NodeSet

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

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

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

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

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

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

    Definition Classes
    AnyRef
  119. def par: ParSet[(AdjacencyListBase.this)#NodeT]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  136. def seq: Set[(AdjacencyListBase.this)#NodeT]

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

    Definition Classes
    NodeSet → GenTraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @inline()
  138. def slice(from: Int, until: Int): Set[(AdjacencyListBase.this)#NodeT]

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  143. def stringPrefix: String

    Definition Classes
    NodeSet → SetLike → TraversableLike → GenTraversableLike
  144. def subsetOf(that: GenSet[(AdjacencyListBase.this)#NodeT]): Boolean

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

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

    Definition Classes
    SetLike
  147. final def subtract(node: (AdjacencyListBase.this)#NodeT, rippleDelete: Boolean, minusNode: ((AdjacencyListBase.this)#NodeT) ⇒ Unit, minusEdges: ((AdjacencyListBase.this)#NodeT) ⇒ Unit): Boolean

    removes node either rippling or gently.

    removes node either rippling or gently.

    node
    rippleDelete

    if true, node will be deleted with its incident edges; otherwise node will be only deleted if it has no incident edges or all its incident edges are hooks.

    minusNode

    implementation of node removal without considering incident edges.

    minusEdges

    implementation of removal of all incident edges.

    returns

    true if node has been removed.

    Attributes
    protected[scalax.collection]
    Definition Classes
    NodeSet
  148. def sum[B >: (AdjacencyListBase.this)#NodeT](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  150. def tail: Set[(AdjacencyListBase.this)#NodeT]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  166. def toOuter: Set[N]

    Converts this node set to a set of outer nodes.

    Converts this node set to a set of outer nodes.

    Definition Classes
    NodeSet
  167. def toOuterEdges: Iterable[E[N]]

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  172. def toSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: (AdjacencyListBase.this)#NodeOrdering = defaultNodeOrdering): String

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

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

    separator

    to separate nodes by.

    ord

    custom ordering.

    returns

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

    Definition Classes
    NodeSet
  173. def toStream: Stream[(AdjacencyListBase.this)#NodeT]

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def transpose[B](implicit asTraversable: ((AdjacencyListBase.this)#NodeT) ⇒ 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.

  178. def union(that: GenSet[(AdjacencyListBase.this)#NodeT]): Set[(AdjacencyListBase.this)#NodeT]

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

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

    Definition Classes
    GenericTraversableTemplate
  181. val value: (AdjacencyListBase.this)#NodeSet

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

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

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

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

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

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

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

    Returns a lazily filtered immutable Set.

    Returns a lazily filtered immutable Set.

    Definition Classes
    ExtSetMethods
  189. def zip[A1 >: (AdjacencyListBase.this)#NodeT, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Set[(AdjacencyListBase.this)#NodeT], (A1, B), That]): That

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

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

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

    Definition Classes
    GenSetLike
  193. def ~[N >: N1](n2: N): UnDiEdge[N]

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

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to ArrowAssoc[(AdjacencyListBase.this)#NodeSet] 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)#NodeSet 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:
    (nodeSet: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. def andThen[A](g: (Boolean) ⇒ A): (Param[(AdjacencyListBase.this)#NodeT, EI]) ⇒ A

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to MonadOps[(AdjacencyListBase.this)#NodeT] 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:
    (nodeSet: MonadOps[(AdjacencyListBase.this)#NodeT]).flatMap(f)
    Definition Classes
    MonadOps
  7. def flatten: Iterator[N]

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to MonadOps[(AdjacencyListBase.this)#NodeT] 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:
    (nodeSet: MonadOps[(AdjacencyListBase.this)#NodeT]).map(f)
    Definition Classes
    MonadOps
  9. val self: Any

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet 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:
    (nodeSet: StringAdd).self
    Definition Classes
    StringAdd
  10. val self: Any

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet 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:
    (nodeSet: StringFormat).self
    Definition Classes
    StringFormat
  11. def stringPrefix: String

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

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

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

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

Deprecated Value Members

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

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def toNodeInSet: Set[N]

    Definition Classes
    NodeSet
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use toOuter instead

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to ArrowAssoc[(AdjacencyListBase.this)#NodeSet] 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:
    (nodeSet: ArrowAssoc[(AdjacencyListBase.this)#NodeSet]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

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

    Implicit information
    This member is added by an implicit conversion from (AdjacencyListBase.this)#NodeSet to Ensuring[(AdjacencyListBase.this)#NodeSet] 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:
    (nodeSet: Ensuring[(AdjacencyListBase.this)#NodeSet]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from (AdjacencyListBase.this)#NodeSet

Inherited from (AdjacencyListBase.this)#NodeSet

Inherited from Serializable

Inherited from Serializable

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

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

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

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

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

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

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

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

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

Inherited from Equals

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

Inherited by implicit conversion MonadOps from (AdjacencyListBase.this)#NodeSet to MonadOps[(AdjacencyListBase.this)#NodeT]

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

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

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

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

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

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

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

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

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

Ungrouped