GraphMeta

izumi.fundamentals.graphs.GraphMeta
See theGraphMeta companion object
final case class GraphMeta[N, +M](nodes: Map[N, M]) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def mapNodes[N1](f: N => N1): GraphMeta[N1, M]
def only(nodes: Set[N]): GraphMeta[N, M]
def without(nodes: Set[N]): GraphMeta[N, M]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product