DisjointSets

cats.collections.DisjointSets$
See theDisjointSets companion class

Attributes

Companion
class
Source
DisjointSets.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T : Order](labels: T*): DisjointSets[T]

Attributes

Source
DisjointSets.scala

Inherited methods

def find[T](v: T): State[DisjointSets[T], Option[T]]

Attributes

Inherited from:
DisjointSetsStates
Source
DisjointSets.scala
def toSets[T]: State[DisjointSets[T], AvlMap[T, AvlSet[T]]]

Attributes

Inherited from:
DisjointSetsStates
Source
DisjointSets.scala
def union[T](a: T, b: T): State[DisjointSets[T], Boolean]

Attributes

Inherited from:
DisjointSetsStates
Source
DisjointSets.scala