UnapplyLabeledEdge

scalax.collection.generic.UnapplyLabeledEdge
trait UnapplyLabeledEdge[N, E <: Edge[N], L]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def label(edge: E): L

Concrete methods

def unapply(edge: E): Some[(N, (N, L))]