scalax.collection.mutable.AdjacencyListGraph

NodeSet

class NodeSet extends This.NodeSet with This.NodeSet

Definition Classes
AdjacencyListGraphAdjacencyListBaseGraphLikeGraphLikeGraphBase
Annotations
@SerialVersionUID( 7970L )
Linear Supertypes
This.NodeSet, This.NodeSet, This.NodeSet, This.NodeSet, Serializable, Serializable, ExtSetMethods[This.NodeT], Set[This.NodeT], SetLike[This.NodeT, Set[This.NodeT]], Cloneable[Set[This.NodeT]], Cloneable, Cloneable, Shrinkable[This.NodeT], Builder[This.NodeT, Set[This.NodeT]], Growable[This.NodeT], Clearable, Scriptable[This.NodeT], Set[This.NodeT], SetLike[This.NodeT, Set[This.NodeT]], Subtractable[This.NodeT, Set[This.NodeT]], GenSet[This.NodeT], GenericSetTemplate[This.NodeT, Set], GenSetLike[This.NodeT, Set[This.NodeT]], (This.NodeT) ⇒ Boolean, Iterable[This.NodeT], Iterable[This.NodeT], IterableLike[This.NodeT, Set[This.NodeT]], Equals, GenIterable[This.NodeT], GenIterableLike[This.NodeT, Set[This.NodeT]], Traversable[This.NodeT], Mutable, Traversable[This.NodeT], GenTraversable[This.NodeT], GenericTraversableTemplate[This.NodeT, Set], TraversableLike[This.NodeT, Set[This.NodeT]], GenTraversableLike[This.NodeT, Set[This.NodeT]], Parallelizable[This.NodeT, ParSet[This.NodeT]], TraversableOnce[This.NodeT], GenTraversableOnce[This.NodeT], FilterMonadic[This.NodeT, Set[This.NodeT]], HasNewBuilder[This.NodeT, Set[This.NodeT]], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NodeSet
  2. NodeSet
  3. NodeSet
  4. NodeSet
  5. NodeSet
  6. Serializable
  7. Serializable
  8. ExtSetMethods
  9. Set
  10. SetLike
  11. Cloneable
  12. Cloneable
  13. Cloneable
  14. Shrinkable
  15. Builder
  16. Growable
  17. Clearable
  18. Scriptable
  19. Set
  20. SetLike
  21. Subtractable
  22. GenSet
  23. GenericSetTemplate
  24. GenSetLike
  25. Function1
  26. Iterable
  27. Iterable
  28. IterableLike
  29. Equals
  30. GenIterable
  31. GenIterableLike
  32. Traversable
  33. Mutable
  34. Traversable
  35. GenTraversable
  36. GenericTraversableTemplate
  37. TraversableLike
  38. GenTraversableLike
  39. Parallelizable
  40. TraversableOnce
  41. GenTraversableOnce
  42. FilterMonadic
  43. HasNewBuilder
  44. AnyRef
  45. 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

Instance Constructors

  1. new NodeSet()

Type Members

  1. type Self = Set[This.NodeT]

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

    Definition Classes
    TraversableLike

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[This.NodeT]): Set[This.NodeT]

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

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

    Definition Classes
    SetLike → SetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new set. Use += to add an element to this set and return that set itself.

  7. def +(elem: This.NodeT): Set[This.NodeT]

    Definition Classes
    SetLike → SetLike → GenSetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new set. Use += to add an element to this set and return that set itself.

  8. def ++(xs: GenTraversableOnce[This.NodeT]): Set[This.NodeT]

    Definition Classes
    SetLike → SetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new set. Use ++= to add elements to this set and return that set itself.

  9. def ++[B >: This.NodeT, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[This.NodeT], B, That]): That

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

    Definition Classes
    TraversableLike
  11. def ++:[B >: This.NodeT, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Set[This.NodeT], B, That]): That

    Definition Classes
    TraversableLike
  12. def ++=(xs: TraversableOnce[This.NodeT]): NodeSet.this.type

    Definition Classes
    Growable
  13. def +=(edge: This.EdgeT): NodeSet.this.type

    Attributes
    protected[scalax.collection]
    Definition Classes
    NodeSetNodeSet
  14. final def +=(node: This.NodeT): NodeSet.this.type

    Definition Classes
    NodeSet → SetLike → Builder → Growable
    Annotations
    @inline()
  15. def +=(elem1: This.NodeT, elem2: This.NodeT, elems: This.NodeT*): NodeSet.this.type

    Definition Classes
    Growable
  16. final def -(node: This.NodeT): This.NodeSetT

    Definition Classes
    NodeSet → SetLike → Subtractable → GenSetLike
  17. def -(elem1: This.NodeT, elem2: This.NodeT, elems: This.NodeT*): Set[This.NodeT]

    Definition Classes
    SetLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new set. Use -= to remove an element from this set and return that set itself.

  18. def --(xs: GenTraversableOnce[This.NodeT]): Set[This.NodeT]

    Definition Classes
    SetLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new set. Use --= to remove elements from this set and return that set itself.

  19. def --=(xs: TraversableOnce[This.NodeT]): NodeSet.this.type

    Definition Classes
    Shrinkable
  20. def -=(edge: This.EdgeT): NodeSet.this.type

    Attributes
    protected[scalax.collection]
  21. final def -=(node: This.NodeT): NodeSet.this.type

    Definition Classes
    NodeSet → SetLike → Shrinkable
    Annotations
    @inline()
  22. def -=(elem1: This.NodeT, elem2: This.NodeT, elems: This.NodeT*): NodeSet.this.type

    Definition Classes
    Shrinkable
  23. def ->[B](y: B): (This.NodeSet, B)

    Implicit information
    This member is added by an implicit conversion from This.NodeSet to ArrowAssoc[This.NodeSet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  24. final def -?(node: This.NodeT): This.NodeSetT

    Definition Classes
    NodeSet
    Annotations
    @inline()
  25. final def -?=(node: This.NodeT): NodeSet.this.type

    Definition Classes
    NodeSet
    Annotations
    @inline()
  26. def /:[B](z: B)(op: (B, This.NodeT) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def :\[B](z: B)(op: (This.NodeT, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def <<(cmd: Message[This.NodeT]): Unit

    Definition Classes
    SetLike → Scriptable
  29. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  31. def add(edge: This.EdgeT): Boolean

    Attributes
    protected[scalax.collection]
  32. def add(node: This.NodeT): Boolean

    Definition Classes
    NodeSet → SetLike
  33. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  36. def adjacencyListsToString: String

    Definition Classes
    NodeSet
  37. def aggregate[B](z: B)(seqop: (B, This.NodeT) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def andThen[A](g: (Boolean) ⇒ A): (This.NodeT) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  39. def apply(elem: This.NodeT): Boolean

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

    Definition Classes
    Any
  41. def asParIterable: ParIterable[This.NodeT]

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

    Implicit information
    This member is added by an implicit conversion from This.NodeSet to TraversableOps[This.NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  43. def asSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: 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
  44. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  45. def clear(): Unit

    Definition Classes
    SetLike → Builder → Growable → Clearable
  46. def clone(): Set[This.NodeT]

    Definition Classes
    SetLike → Cloneable → AnyRef
  47. val coll: ExtHashSet[This.NodeT]

    Attributes
    protected
    Definition Classes
    NodeSet
  48. def collect[B, That](pf: PartialFunction[This.NodeT, B])(implicit bf: CanBuildFrom[Set[This.NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  49. def collectFirst[B](pf: PartialFunction[This.NodeT, B]): Option[B]

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

    Definition Classes
    Set → Set → GenSet → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  51. def compose[A](g: (A) ⇒ This.NodeT): (A) ⇒ Boolean

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  52. final def contains(node: This.NodeT): Boolean

    Definition Classes
    NodeSet → SetLike → GenSetLike
    Annotations
    @inline()
  53. def copy: This.NodeSetT

    Attributes
    protected
    Definition Classes
    NodeSetNodeSet
  54. def copyToArray[B >: This.NodeT](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  55. def copyToArray[B >: This.NodeT](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def copyToArray[B >: This.NodeT](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def copyToBuffer[B >: This.NodeT](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  58. def count(p: (This.NodeT) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def diff(that: GenSet[This.NodeT]): Set[This.NodeT]

    Definition Classes
    SetLike → GenSetLike
  60. final def draw(random: Random): 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()
  61. def drop(n: Int): Set[This.NodeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  62. def dropRight(n: Int): Set[This.NodeT]

    Definition Classes
    IterableLike
  63. def dropWhile(p: (This.NodeT) ⇒ Boolean): Set[This.NodeT]

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

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

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

    Definition Classes
    GenericSetTemplate
  67. def ensuring(cond: (This.NodeSet) ⇒ Boolean, msg: ⇒ Any): This.NodeSet

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

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

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

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

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

    Definition Classes
    GenSetLike → Equals → AnyRef → Any
  73. def exists(p: (This.NodeT) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  74. def filter(p: (This.NodeT) ⇒ Boolean): Set[This.NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  75. def filterNot(p: (This.NodeT) ⇒ Boolean): Set[This.NodeT]

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  77. final def find(elem: N): Option[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()
  78. def find(p: (This.NodeT) ⇒ Boolean): Option[This.NodeT]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  79. final def findEntry[B](toMatch: B, correspond: (This.NodeT, B) ⇒ Boolean): 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()
  80. def flatMap[B, That](f: (This.NodeT) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[This.NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  81. def flatten[B](implicit asTraversable: (This.NodeT) ⇒ GenTraversableOnce[B]): Set[B]

    Definition Classes
    GenericTraversableTemplate
  82. def fold[A1 >: This.NodeT](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def foldLeft[B](z: B)(op: (B, This.NodeT) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def foldRight[B](z: B)(op: (This.NodeT, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  85. def forall(p: (This.NodeT) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  86. def foreach[U](f: (This.NodeT) ⇒ U): Unit

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

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

    Attributes
    protected[scalax.collection.immutable.AdjacencyListBase]
    Definition Classes
    NodeSet
  89. def genericBuilder[B]: Builder[B, Set[B]]

    Definition Classes
    GenericTraversableTemplate
  90. final def get(outer: N): 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
  91. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  92. def groupBy[K](f: (This.NodeT) ⇒ K): Map[K, Set[This.NodeT]]

    Definition Classes
    TraversableLike → GenTraversableLike
  93. def grouped(size: Int): Iterator[Set[This.NodeT]]

    Definition Classes
    IterableLike
  94. def handleNotGentlyRemovable: Boolean

    Attributes
    protected
    Definition Classes
    NodeSet
  95. def hasDefiniteSize: Boolean

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

    Definition Classes
    GenSetLike → AnyRef → Any
  97. def head: This.NodeT

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  98. def headOption: Option[This.NodeT]

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  101. 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
  102. def inits: Iterator[Set[This.NodeT]]

    Definition Classes
    TraversableLike
  103. def intersect(that: GenSet[This.NodeT]): Set[This.NodeT]

    Definition Classes
    GenSetLike
  104. def isDefined: Boolean

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

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

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

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

    Definition Classes
    Any
  109. def isNode: Boolean

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  115. final def iterator: Iterator[This.NodeT]

    Definition Classes
    NodeSet → GenSetLike → IterableLike → GenIterableLike
    Annotations
    @inline()
  116. def last: This.NodeT

    Definition Classes
    TraversableLike → GenTraversableLike
  117. def lastOption: Option[This.NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  118. final def lookup(elem: N): 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
  119. def map[B, That](f: (This.NodeT) ⇒ B)(implicit bf: CanBuildFrom[Set[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.

  120. def mapResult[NewTo](f: (Set[This.NodeT]) ⇒ NewTo): Builder[This.NodeT, NewTo]

    Definition Classes
    Builder
  121. def max[B >: This.NodeT](implicit cmp: Ordering[B]): This.NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  122. def maxBy[B](f: (This.NodeT) ⇒ B)(implicit cmp: Ordering[B]): This.NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def min[B >: This.NodeT](implicit cmp: Ordering[B]): This.NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def minBy[B](f: (This.NodeT) ⇒ B)(implicit cmp: Ordering[B]): This.NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def minus(node: 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
    NodeSetNodeSet
  126. def minusEdges(node: This.NodeT): Unit

    removes all incident edges of node from the edge set leaving the node set unchanged.

    removes all incident edges of node from the edge set leaving the node set unchanged.

    node

    the node the incident edges of which are to be removed from the edge set.

    Attributes
    protected
    Definition Classes
    NodeSetNodeSet
  127. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. val n1: This.NodeSet

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

    Definition Classes
    AnyRef
  132. def newBuilder: Builder[This.NodeT, Set[This.NodeT]]

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

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

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

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

    Definition Classes
    AnyRef
  137. def par: ParSet[This.NodeT]

    Definition Classes
    Parallelizable
  138. def parCombiner: Combiner[This.NodeT, ParSet[This.NodeT]]

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  142. def reduce[A1 >: This.NodeT](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  143. def reduceLeft[B >: This.NodeT](op: (B, This.NodeT) ⇒ B): B

    Definition Classes
    TraversableOnce
  144. def reduceLeftOption[B >: This.NodeT](op: (B, This.NodeT) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def reduceOption[A1 >: This.NodeT](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  146. def reduceRight[B >: This.NodeT](op: (This.NodeT, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  147. def reduceRightOption[B >: This.NodeT](op: (This.NodeT, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def remove(edge: This.EdgeT): Boolean

    Attributes
    protected[scalax.collection]
  149. def remove(node: This.NodeT): Boolean

    Definition Classes
    NodeSet → SetLike
  150. def removeGently(node: This.NodeT): Boolean

    Definition Classes
    NodeSet
  151. def repr: Set[This.NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  152. def result(): Set[This.NodeT]

    Definition Classes
    SetLike → Builder
  153. def retain(p: (This.NodeT) ⇒ Boolean): Unit

    Definition Classes
    SetLike
  154. def reversed: List[This.NodeT]

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

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

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

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

  159. def seq: Set[This.NodeT]

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

    Definition Classes
    NodeSet → GenTraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @inline()
  161. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Definition Classes
    Builder
  162. def sizeHint(coll: TraversableLike[_, _]): Unit

    Definition Classes
    Builder
  163. def sizeHint(size: Int): Unit

    Definition Classes
    Builder
  164. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Definition Classes
    Builder
  165. def slice(from: Int, until: Int): Set[This.NodeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  166. def sliding(size: Int, step: Int): Iterator[Set[This.NodeT]]

    Definition Classes
    IterableLike
  167. def sliding(size: Int): Iterator[Set[This.NodeT]]

    Definition Classes
    IterableLike
  168. def span(p: (This.NodeT) ⇒ Boolean): (Set[This.NodeT], Set[This.NodeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  169. def splitAt(n: Int): (Set[This.NodeT], Set[This.NodeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  170. def stringPrefix: String

    Definition Classes
    NodeSet → SetLike → TraversableLike → GenTraversableLike
  171. def subsetOf(that: GenSet[This.NodeT]): Boolean

    Definition Classes
    GenSetLike
  172. def subsets: Iterator[Set[This.NodeT]]

    Definition Classes
    SetLike
  173. def subsets(len: Int): Iterator[Set[This.NodeT]]

    Definition Classes
    SetLike
  174. final def subtract(node: This.NodeT, rippleDelete: Boolean, minusNode: (This.NodeT) ⇒ Unit, minusEdges: (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
  175. def sum[B >: This.NodeT](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  177. def tail: Set[This.NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  178. def tails: Iterator[Set[This.NodeT]]

    Definition Classes
    TraversableLike
  179. def take(n: Int): Set[This.NodeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  180. def takeRight(n: Int): Set[This.NodeT]

    Definition Classes
    IterableLike
  181. def takeWhile(p: (This.NodeT) ⇒ Boolean): Set[This.NodeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  182. def thisCollection: Iterable[This.NodeT]

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

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  184. def toArray[B >: This.NodeT](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  185. def toBuffer[A1 >: This.NodeT]: Buffer[A1]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  186. def toCollection(repr: Set[This.NodeT]): Iterable[This.NodeT]

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  189. def toIterable: Iterable[This.NodeT]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  190. def toIterator: Iterator[This.NodeT]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  191. def toList: List[This.NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  192. def toMap[T, U](implicit ev: <:<[This.NodeT, (T, U)]): Map[T, U]

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

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

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

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

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  198. def toSet[B >: This.NodeT]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  199. def toSortedString(separator: String = GraphBase.defaultSeparator)(implicit ord: 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
  200. def toStream: Stream[This.NodeT]

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

    Definition Classes
    SetLike → Function1 → TraversableLike → AnyRef → Any
  202. def toTraversable: Traversable[This.NodeT]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  203. def toVector: Vector[This.NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  204. def transpose[B](implicit asTraversable: (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.

  205. def union(that: GenSet[This.NodeT]): Set[This.NodeT]

    Definition Classes
    SetLike → GenSetLike
  206. def unzip[A1, A2](implicit asPair: (This.NodeT) ⇒ (A1, A2)): (Set[A1], Set[A2])

    Definition Classes
    GenericTraversableTemplate
  207. def unzip3[A1, A2, A3](implicit asTriple: (This.NodeT) ⇒ (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])

    Definition Classes
    GenericTraversableTemplate
  208. def update(elem: This.NodeT, included: Boolean): Unit

    Definition Classes
    SetLike
  209. def upsert(edge: This.EdgeT): Boolean

    Attributes
    protected[scalax.collection]
  210. val value: This.NodeSet

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

    Definition Classes
    IterableLike → TraversableLike
  212. def view: IterableView[This.NodeT, Set[This.NodeT]]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  216. def withFilter(p: (This.NodeT) ⇒ Boolean): FilterMonadic[This.NodeT, Set[This.NodeT]]

    Definition Classes
    TraversableLike → FilterMonadic
  217. def withSetFilter(p: (This.NodeT) ⇒ Boolean): FilteredSet[This.NodeT]

    Returns a lazily filtered immutable Set.

    Returns a lazily filtered immutable Set.

    Definition Classes
    ExtSetMethods
  218. def zip[A1 >: This.NodeT, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Set[This.NodeT], (A1, B), That]): That

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

    Definition Classes
    IterableLike → GenIterableLike
  220. def zipWithIndex[A1 >: This.NodeT, That](implicit bf: CanBuildFrom[Set[This.NodeT], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  221. def |(that: GenSet[This.NodeT]): Set[This.NodeT]

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

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

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

    Implicit information
    This member is added by an implicit conversion from This.NodeSet to ArrowAssoc[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 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[This.NodeT, EI]) ⇒ A

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from 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: (This.NodeT) ⇒ B): TraversableOnce[B]

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

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

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

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

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

Deprecated Value Members

  1. def /:\[A1 >: 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: This.NodeSet

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

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: This.NodeSet

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from This.NodeSet

Inherited from This.NodeSet

Inherited from This.NodeSet

Inherited from This.NodeSet

Inherited from Serializable

Inherited from Serializable

Inherited from ExtSetMethods[This.NodeT]

Inherited from Set[This.NodeT]

Inherited from SetLike[This.NodeT, Set[This.NodeT]]

Inherited from Cloneable[Set[This.NodeT]]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[This.NodeT]

Inherited from Builder[This.NodeT, Set[This.NodeT]]

Inherited from Growable[This.NodeT]

Inherited from Clearable

Inherited from Scriptable[This.NodeT]

Inherited from Set[This.NodeT]

Inherited from SetLike[This.NodeT, Set[This.NodeT]]

Inherited from Subtractable[This.NodeT, Set[This.NodeT]]

Inherited from GenSet[This.NodeT]

Inherited from GenericSetTemplate[This.NodeT, Set]

Inherited from GenSetLike[This.NodeT, Set[This.NodeT]]

Inherited from (This.NodeT) ⇒ Boolean

Inherited from Iterable[This.NodeT]

Inherited from Iterable[This.NodeT]

Inherited from IterableLike[This.NodeT, Set[This.NodeT]]

Inherited from Equals

Inherited from GenIterable[This.NodeT]

Inherited from GenIterableLike[This.NodeT, Set[This.NodeT]]

Inherited from Traversable[This.NodeT]

Inherited from Mutable

Inherited from Traversable[This.NodeT]

Inherited from GenTraversable[This.NodeT]

Inherited from GenericTraversableTemplate[This.NodeT, Set]

Inherited from TraversableLike[This.NodeT, Set[This.NodeT]]

Inherited from GenTraversableLike[This.NodeT, Set[This.NodeT]]

Inherited from Parallelizable[This.NodeT, ParSet[This.NodeT]]

Inherited from TraversableOnce[This.NodeT]

Inherited from GenTraversableOnce[This.NodeT]

Inherited from FilterMonadic[This.NodeT, Set[This.NodeT]]

Inherited from HasNewBuilder[This.NodeT, Set[This.NodeT]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from This.NodeSet to OuterNode[This.NodeSet]

Inherited by implicit conversion traversable2ops from This.NodeSet to TraversableOps[This.NodeT]

Inherited by implicit conversion MonadOps from This.NodeSet to MonadOps[This.NodeT]

Inherited by implicit conversion flattenTraversableOnce from This.NodeSet to FlattenOps[N]

Inherited by implicit conversion EdgeAssoc from This.NodeSet to EdgeAssoc[This.NodeSet]

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

Inherited by implicit conversion graphParamsToPartition from This.NodeSet to Partitions[N, E]

Inherited by implicit conversion any2stringadd from This.NodeSet to StringAdd

Inherited by implicit conversion any2stringfmt from This.NodeSet to StringFormat

Inherited by implicit conversion any2ArrowAssoc from This.NodeSet to ArrowAssoc[This.NodeSet]

Inherited by implicit conversion any2Ensuring from This.NodeSet to Ensuring[This.NodeSet]

Inherited by implicit conversion alternateImplicit from This.NodeSet to ForceImplicitAmbiguity

Ungrouped