HCenPair

ostrat.prid.phex.HCenPair
See theHCenPair companion object
class HCenPair[A2](val a1Int1: Int, val a1Int2: Int, val a2: A2) extends Int2PairElem[HCen, A2]

Attributes

Companion:
object
Graph
Supertypes
trait Int2PairElem[HCen, A2]
trait IntNPairElem[HCen, A2]
trait PairElem[HCen, A2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def a1: HCen

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes

Concrete fields

val a1Int1: Int
val a1Int2: Int
val a2: A2

The second component of this pair.

The second component of this pair.

Attributes