PairInt2Elem

ostrat.PairInt2Elem
trait PairInt2Elem[A1 <: Int2Elem, A2] extends PairIntNElem[A1, A2]

PairElem where the first component of the pair is ant Int2Elem.

Attributes

Graph
Supertypes
trait PairIntNElem[A1, A2]
trait PairFinalA1Elem[A1, A2]
trait PairElem[A1, A2]
class Object
trait Matchable
class Any
Show all
Known subtypes
class HCenPair[A2]
class HSepPair[A2]
class SqCenPair[A2]

Members list

Value members

Abstract methods

def a1Int1: Int
def a1Int2: Int

Inherited methods

def a1: A1

The first component of this pair.

The first component of this pair.

Attributes

Inherited from:
PairElem
def a2: A2

The second component of this pair.

The second component of this pair.

Attributes

Inherited from:
PairElem