HCenPair

ostrat.prid.phex.HCenPair
See theHCenPair companion class
object HCenPair

Companion object for HCenPair trait, provides apply and unapply methods.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HCenPair.type

Members list

Value members

Concrete methods

def apply[A2](hc: HCen, a2: A2): HCenPair[A2]
def unapply(inp: Any): Option[(HCen, Any)]