Packages

class NodeSet extends This.NodeSet

Linear Supertypes
This.NodeSet, This.NodeSet, This.NodeSet, ExtSetMethods[This.NodeT], FilterableSet[This.NodeT], Set[This.NodeT], Equals, SetOps[This.NodeT, Set, Set[This.NodeT]], (This.NodeT) => Boolean, Iterable[This.NodeT], IterableFactoryDefaults[This.NodeT, [x]Set[x]], IterableOps[This.NodeT, [_]Set[_], Set[This.NodeT]], IterableOnceOps[This.NodeT, [_]Set[_], Set[This.NodeT]], scala.collection.IterableOnce[This.NodeT], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeSet
  2. NodeSet
  3. NodeSet
  4. NodeSet
  5. ExtSetMethods
  6. FilterableSet
  7. Set
  8. Equals
  9. SetOps
  10. Function1
  11. Iterable
  12. IterableFactoryDefaults
  13. IterableOps
  14. IterableOnceOps
  15. IterableOnce
  16. AnyRef
  17. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by EdgeAssoc
  3. by predicateToNodePredicate
  4. by TraversableEnrichments
  5. by anyToNode
  6. by ChainingOps
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NodeSet()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def &(that: Set[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  4. final def &~(that: Set[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  5. def +(node: This.NodeT): Set[This.NodeT]
    Definition Classes
    NodeSet → SetOps
  6. final def ++(that: scala.collection.IterableOnce[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  7. final def ++[B >: This.NodeT](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  8. def +=(edge: This.EdgeT): NodeSet.this.type
    Attributes
    protected[scalax.collection]
    Definition Classes
    NodeSetNodeSet
  9. final def -(node: This.NodeT): This.NodeSetT
    Definition Classes
    NodeSet → SetOps
  10. def ->[B](y: B): (This.NodeSet, B)
    Implicit
    This member is added by an implicit conversion from This.NodeSet toArrowAssoc[This.NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def add(edge: This.EdgeT): Boolean
    Attributes
    protected[AdjacencyListGraph[N, E, This]]
  13. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  15. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  16. def adjacencyListsToString: String
    Definition Classes
    NodeSet
  17. def andThen[A](g: (Boolean) => A): (This.NodeT) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  18. final def apply(elem: This.NodeT): Boolean
    Definition Classes
    SetOps → Function1
    Annotations
    @inline()
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. 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
  21. def canEqual(that: Any): Boolean
    Definition Classes
    Set → Equals
  22. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  24. final def coll: NodeSet.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  25. def collect[B](pf: PartialFunction[This.NodeT, B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  26. def collectFirst[B](pf: PartialFunction[This.NodeT, B]): Option[B]
    Definition Classes
    IterableOnceOps
  27. val collection: ExtHashSet[This.NodeT]
    Attributes
    protected
    Definition Classes
    NodeSet
  28. def compose[A](g: (A) => This.NodeT): (A) => Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. def concat(that: scala.collection.IterableOnce[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
  30. def concat[B >: This.NodeT](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
  31. final def contains(node: This.NodeT): Boolean
    Definition Classes
    NodeSet → SetOps
    Annotations
    @inline()
  32. def copy: This.NodeSetT
    Attributes
    protected
    Definition Classes
    NodeSetNodeSet
  33. def copyToArray[B >: This.NodeT](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  34. def copyToArray[B >: This.NodeT](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  35. def copyToArray[B >: This.NodeT](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  36. def corresponds[B](that: scala.collection.IterableOnce[B])(p: (This.NodeT, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: (This.NodeT) => Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def diff(that: AnySet[This.NodeT]): Set[This.NodeT]
    Definition Classes
    NodeSet → SetOps
  39. 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. Note that currently a near- but no true-uniform distribution is granted to allow for O(1) implementation.

    random

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

    Definition Classes
    NodeSetNodeSetExtSetMethods
    Annotations
    @inline()
  40. def drop(n: Int): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  41. def dropRight(n: Int): Set[This.NodeT]
    Definition Classes
    IterableOps
  42. def dropWhile(p: (This.NodeT) => Boolean): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  43. def empty: Set[This.NodeT]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  44. def ensuring(cond: (This.NodeSet) => Boolean, msg: => Any): This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEnsuring[This.NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. def ensuring(cond: (This.NodeSet) => Boolean): This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEnsuring[This.NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  46. def ensuring(cond: Boolean, msg: => Any): This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEnsuring[This.NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  47. def ensuring(cond: Boolean): This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEnsuring[This.NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def equals(that: Any): Boolean
    Definition Classes
    Set → Equals → AnyRef → Any
  50. def exists(p: (This.NodeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  51. def filter(pred: (This.NodeT) => Boolean): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def filterNot(pred: (This.NodeT) => Boolean): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  53. 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()
  54. def find(p: (This.NodeT) => Boolean): Option[This.NodeT]
    Definition Classes
    IterableOnceOps
  55. final def findElem[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()
  56. def findElem(elem: This.NodeT): Option[This.NodeT]
    Definition Classes
    ExtSetMethods
  57. def flatMap[B](f: (This.NodeT) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  58. def flatten[B](implicit asIterable: (This.NodeT) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def fold[A1 >: This.NodeT](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  60. def foldLeft[B](z: B)(op: (B, This.NodeT) => B): B
    Definition Classes
    IterableOnceOps
  61. def foldRight[B](z: B)(op: (This.NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
  62. def forall(p: (This.NodeT) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  63. def foreach[U](f: (This.NodeT) => U): Unit
    Definition Classes
    IterableOnceOps
  64. def fromSpecific(coll: scala.collection.IterableOnce[This.NodeT]): Set[This.NodeT]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  65. 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
  66. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  67. def groupBy[K](f: (This.NodeT) => K): Map[K, Set[This.NodeT]]
    Definition Classes
    IterableOps
  68. def groupMap[K, B](key: (This.NodeT) => K)(f: (This.NodeT) => B): Map[K, Set[B]]
    Definition Classes
    IterableOps
  69. def groupMapReduce[K, B](key: (This.NodeT) => K)(f: (This.NodeT) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  70. def grouped(size: Int): Iterator[Set[This.NodeT]]
    Definition Classes
    IterableOps
  71. def handleNotGentlyRemovable: Boolean
    Attributes
    protected
    Definition Classes
    NodeSet
  72. def hashCode(): Int
    Definition Classes
    Set → AnyRef → Any
  73. def head: This.NodeT
    Definition Classes
    IterableOps
  74. def headOption: Option[This.NodeT]
    Definition Classes
    IterableOps
  75. def init: Set[This.NodeT]
    Definition Classes
    IterableOps
  76. 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
  77. def inits: Iterator[Set[This.NodeT]]
    Definition Classes
    IterableOps
  78. def intersect(that: Set[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
  79. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  80. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  81. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  82. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  83. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  84. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  85. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  86. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  87. def iterableFactory: IterableFactory[Set]
    Definition Classes
    Set → Iterable → IterableOps
  88. final def iterator: Iterator[This.NodeT]
    Definition Classes
    NodeSet → IterableOnce
    Annotations
    @inline()
  89. def knownSize: Int
    Definition Classes
    IterableOnce
  90. def last: This.NodeT
    Definition Classes
    IterableOps
  91. def lastOption: Option[This.NodeT]
    Definition Classes
    IterableOps
  92. def lazyZip[B](that: Iterable[B]): LazyZip2[This.NodeT, B, NodeSet.this.type]
    Definition Classes
    Iterable
  93. 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
  94. def map[B](f: (This.NodeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  95. def max[B >: This.NodeT](implicit ord: Ordering[B]): This.NodeT
    Definition Classes
    IterableOnceOps
  96. def maxBy[B](f: (This.NodeT) => B)(implicit cmp: Ordering[B]): This.NodeT
    Definition Classes
    IterableOnceOps
  97. def maxByOption[B](f: (This.NodeT) => B)(implicit cmp: Ordering[B]): Option[This.NodeT]
    Definition Classes
    IterableOnceOps
  98. def maxOption[B >: This.NodeT](implicit ord: Ordering[B]): Option[This.NodeT]
    Definition Classes
    IterableOnceOps
  99. def min[B >: This.NodeT](implicit ord: Ordering[B]): This.NodeT
    Definition Classes
    IterableOnceOps
  100. def minBy[B](f: (This.NodeT) => B)(implicit cmp: Ordering[B]): This.NodeT
    Definition Classes
    IterableOnceOps
  101. def minByOption[B](f: (This.NodeT) => B)(implicit cmp: Ordering[B]): Option[This.NodeT]
    Definition Classes
    IterableOnceOps
  102. def minOption[B >: This.NodeT](implicit ord: Ordering[B]): Option[This.NodeT]
    Definition Classes
    IterableOnceOps
  103. final 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
    Annotations
    @inline()
  104. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  105. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  106. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  107. val n1: This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEdgeAssoc[This.NodeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  108. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  109. def newSpecificBuilder: Builder[This.NodeT, Set[This.NodeT]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  110. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  111. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  112. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  113. def partition(p: (This.NodeT) => Boolean): (Set[This.NodeT], Set[This.NodeT])
    Definition Classes
    IterableOps
  114. def partitionMap[A1, A2](f: (This.NodeT) => Either[A1, A2]): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  115. def pipe[B](f: (This.NodeSet) => B): B
    Implicit
    This member is added by an implicit conversion from This.NodeSet toChainingOps[This.NodeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  116. def product[B >: This.NodeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  117. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  118. def reduce[B >: This.NodeT](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  119. def reduceLeft[B >: This.NodeT](op: (B, This.NodeT) => B): B
    Definition Classes
    IterableOnceOps
  120. def reduceLeftOption[B >: This.NodeT](op: (B, This.NodeT) => B): Option[B]
    Definition Classes
    IterableOnceOps
  121. def reduceOption[B >: This.NodeT](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  122. def reduceRight[B >: This.NodeT](op: (This.NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
  123. def reduceRightOption[B >: This.NodeT](op: (This.NodeT, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  124. def reversed: Iterable[This.NodeT]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  125. def scan[B >: This.NodeT](z: B)(op: (B, B) => B): Set[B]
    Definition Classes
    IterableOps
  126. def scanLeft[B](z: B)(op: (B, This.NodeT) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  127. def scanRight[B](z: B)(op: (This.NodeT, B) => B): Set[B]
    Definition Classes
    IterableOps
  128. val self: This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toChainingOps[This.NodeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  129. final def size: Int
    Definition Classes
    NodeSet → IterableOnceOps
    Annotations
    @inline()
  130. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  131. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  132. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  133. def slice(from: Int, until: Int): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  134. def sliding(size: Int, step: Int): Iterator[Set[This.NodeT]]
    Definition Classes
    IterableOps
  135. def sliding(size: Int): Iterator[Set[This.NodeT]]
    Definition Classes
    IterableOps
  136. def span(p: (This.NodeT) => Boolean): (Set[This.NodeT], Set[This.NodeT])
    Definition Classes
    IterableOps → IterableOnceOps
  137. def splitAt(n: Int): (Set[This.NodeT], Set[This.NodeT])
    Definition Classes
    IterableOps → IterableOnceOps
  138. def stepper[S <: Stepper[_]](implicit shape: StepperShape[This.NodeT, S]): S
    Definition Classes
    IterableOnce
  139. def stringPrefix: String
    Definition Classes
    NodeSet → Set → Iterable
  140. def subsetOf(that: Set[This.NodeT]): Boolean
    Definition Classes
    SetOps
  141. def subsets(): Iterator[Set[This.NodeT]]
    Definition Classes
    SetOps
  142. def subsets(len: Int): Iterator[Set[This.NodeT]]
    Definition Classes
    SetOps
  143. 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

    the node to be subtracted

    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
  144. def sum[B >: This.NodeT](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  145. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  146. val t: Set[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toTraversableEnrichments[This.NodeT, Set] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  147. def tail: Set[This.NodeT]
    Definition Classes
    IterableOps
  148. def tails: Iterator[Set[This.NodeT]]
    Definition Classes
    IterableOps
  149. def take(n: Int): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  150. def takeRight(n: Int): Set[This.NodeT]
    Definition Classes
    IterableOps
  151. def takeWhile(p: (This.NodeT) => Boolean): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  152. def tap[U](f: (This.NodeSet) => U): This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toChainingOps[This.NodeSet] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  153. def tapEach[U](f: (This.NodeT) => U): Set[This.NodeT]
    Definition Classes
    IterableOps → IterableOnceOps
  154. def to[C1](factory: Factory[This.NodeT, C1]): C1
    Definition Classes
    IterableOnceOps
  155. def toArray[B >: This.NodeT](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  156. final def toBuffer[B >: This.NodeT]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  157. def toIndexedSeq: IndexedSeq[This.NodeT]
    Definition Classes
    IterableOnceOps
  158. def toList: List[This.NodeT]
    Definition Classes
    IterableOnceOps
  159. def toMap[K, V](implicit ev: <:<[This.NodeT, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  160. 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
  161. def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[This.NodeT, E]]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toTraversableEnrichments[This.NodeT, Set] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  162. def toSeq: Seq[This.NodeT]
    Definition Classes
    IterableOnceOps
  163. def toSet[B >: This.NodeT]: Set[B]
    Definition Classes
    IterableOnceOps
  164. 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
  165. def toString(): String
    Definition Classes
    Set → Function1 → Iterable → AnyRef → Any
  166. def toVector: Vector[This.NodeT]
    Definition Classes
    IterableOnceOps
  167. def transpose[B](implicit asIterable: (This.NodeT) => Iterable[B]): Set[Set[B]]
    Definition Classes
    IterableOps
  168. final def union(that: Set[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  169. def unzip[A1, A2](implicit asPair: (This.NodeT) => (A1, A2)): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  170. def unzip3[A1, A2, A3](implicit asTriple: (This.NodeT) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
    Definition Classes
    IterableOps
  171. val value: This.NodeSet
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[This.NodeSet] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  172. def view: View[This.NodeT]
    Definition Classes
    IterableOps
  173. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  174. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  175. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  176. def withFilter(p: (This.NodeT) => Boolean): WithFilter[This.NodeT, [_]Set[_]]
    Definition Classes
    IterableOps
  177. def withSetFilter(p: (This.NodeT) => Boolean): Set[This.NodeT] with FilterableSet[This.NodeT]
    Definition Classes
    FilterableSet
  178. def zip[B](that: scala.collection.IterableOnce[B]): Set[(This.NodeT, B)]
    Definition Classes
    IterableOps
  179. def zipAll[A1 >: This.NodeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
    Definition Classes
    IterableOps
  180. def zipWithIndex: Set[(This.NodeT, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  181. final def |(that: Set[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @inline()
  182. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEdgeAssoc[This.NodeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  183. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toEdgeAssoc[This.NodeSet] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toany2stringadd[This.NodeSet] 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: any2stringadd[This.NodeSet]).+(other)
    Definition Classes
    any2stringadd
  2. def andThen[A](g: (Boolean) => A): (Param[This.NodeT, EI]) => A
    Implicit
    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
    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
    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 stringPrefix: String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[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
  6. def toString(): String
    Implicit
    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
  7. def toString(): String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toOuterNode[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

Deprecated Value Members

  1. def +(elem1: This.NodeT, elem2: This.NodeT, elems: This.NodeT*): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

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

  2. def ++:[B >: This.NodeT](that: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

  3. def -(elem1: This.NodeT, elem2: This.NodeT, elems: This.NodeT*): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

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

  4. def --(that: scala.collection.IterableOnce[This.NodeT]): Set[This.NodeT]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Set

  5. def /:[B](z: B)(op: (B, This.NodeT) => B): B
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  6. final def /:[B](z: B)(op: (B, This.NodeT) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  7. def :\[B](z: B)(op: (This.NodeT, B) => B): B
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  8. final def :\[B](z: B)(op: (This.NodeT, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  9. def aggregate[B](z: => B)(seqop: (B, This.NodeT) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

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

  10. def collectFirst[B](f: PartialFunction[This.NodeT, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

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

    (Since version 2.13.0) Use iterableFactory instead

  12. def copyToBuffer(dest: Buffer[This.NodeT]): Unit
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  13. final def copyToBuffer[B >: This.NodeT](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  14. def count(f: (This.NodeT) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  15. def exists(f: (This.NodeT) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  16. def filter(f: (This.NodeT) => Boolean): Iterator[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  18. def find(p: (This.NodeT) => Boolean): Option[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  19. def flatMap[B](f: (This.NodeT) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  20. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  21. def foldLeft[B](z: B)(op: (B, This.NodeT) => B): B
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  22. def foldRight[B](z: B)(op: (This.NodeT, B) => B): B
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  23. def forall(f: (This.NodeT) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  24. def foreach[U](f: (This.NodeT) => U): Unit
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toStringFormat[This.NodeSet] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  26. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  27. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  28. def map[B](f: (This.NodeT) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  29. def max(implicit ord: Ordering[This.NodeT]): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  30. def maxBy[B](f: (This.NodeT) => B)(implicit cmp: Ordering[B]): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  31. def min(implicit ord: Ordering[This.NodeT]): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  32. def minBy[B](f: (This.NodeT) => B)(implicit cmp: Ordering[B]): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  33. def mkString: String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  34. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  35. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  36. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  37. def product(implicit num: Numeric[This.NodeT]): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  38. def reduce(f: (This.NodeT, This.NodeT) => This.NodeT): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  39. def reduceLeft(f: (This.NodeT, This.NodeT) => This.NodeT): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  40. def reduceLeftOption(f: (This.NodeT, This.NodeT) => This.NodeT): Option[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  41. def reduceOption(f: (This.NodeT, This.NodeT) => This.NodeT): Option[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  42. def reduceRight(f: (This.NodeT, This.NodeT) => This.NodeT): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  43. def reduceRightOption(f: (This.NodeT, This.NodeT) => This.NodeT): Option[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  44. final def repr: Set[This.NodeT]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

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

    (Since version 2.13.0) Use .iterator.sameElements instead

  46. def seq: NodeSet.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  47. def size: Int
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  48. def sum(implicit num: Numeric[This.NodeT]): This.NodeT
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  49. def to[C1](factory: Factory[This.NodeT, C1]): C1
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  50. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  51. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  52. def toIndexedSeq: IndexedSeq[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  53. final def toIterable: Iterable[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  54. final def toIterable: NodeSet.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  55. def toIterator: Iterator[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  56. final def toIterator: Iterator[This.NodeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  57. def toList: List[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  58. def toMap[K, V](implicit ev: <:<[This.NodeT, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  59. def toNodeInSet: Set[N]
    Definition Classes
    NodeSet
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use toOuter instead

  60. def toSeq: Seq[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  61. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  62. def toStream: Stream[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  63. final def toStream: Stream[This.NodeT]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  64. final def toTraversable: Traversable[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  65. final def toTraversable: Traversable[This.NodeT]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  66. def toVector: Vector[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  67. def view(from: Int, until: Int): View[This.NodeT]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

  68. def withFilter(f: (This.NodeT) => Boolean): Iterator[This.NodeT]
    Implicit
    This member is added by an implicit conversion from This.NodeSet toIterableOnceExtensionMethods[This.NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (nodeSet: IterableOnceExtensionMethods[This.NodeT]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  69. def [B](y: B): (This.NodeSet, B)
    Implicit
    This member is added by an implicit conversion from This.NodeSet toArrowAssoc[This.NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from This.NodeSet

Inherited from This.NodeSet

Inherited from This.NodeSet

Inherited from ExtSetMethods[This.NodeT]

Inherited from FilterableSet[This.NodeT]

Inherited from Set[This.NodeT]

Inherited from Equals

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

Inherited from (This.NodeT) => Boolean

Inherited from Iterable[This.NodeT]

Inherited from IterableFactoryDefaults[This.NodeT, [x]Set[x]]

Inherited from IterableOps[This.NodeT, [_]Set[_], Set[This.NodeT]]

Inherited from IterableOnceOps[This.NodeT, [_]Set[_], Set[This.NodeT]]

Inherited from scala.collection.IterableOnce[This.NodeT]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromThis.NodeSet to IterableOnceExtensionMethods[This.NodeT]

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

Inherited by implicit conversion predicateToNodePredicate fromThis.NodeSet to (Param[This.NodeT, EI]) => Boolean

Inherited by implicit conversion TraversableEnrichments fromThis.NodeSet to TraversableEnrichments[This.NodeT, Set]

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

Inherited by implicit conversion ChainingOps fromThis.NodeSet to ChainingOps[This.NodeSet]

Inherited by implicit conversion any2stringadd fromThis.NodeSet to any2stringadd[This.NodeSet]

Inherited by implicit conversion StringFormat fromThis.NodeSet to StringFormat[This.NodeSet]

Inherited by implicit conversion Ensuring fromThis.NodeSet to Ensuring[This.NodeSet]

Inherited by implicit conversion ArrowAssoc fromThis.NodeSet to ArrowAssoc[This.NodeSet]

Ungrouped