HStepPair

ostrat.prid.phex.HStepPair
class HStepPair[A2](val a1Int1: Int, val a2: A2) extends PairInt1Elem[HStep, A2]

A PairElem where A1 is an HStep.

Attributes

Graph
Supertypes
trait PairInt1Elem[HStep, A2]
trait PairIntNElem[HStep, A2]
trait PairFinalA1Elem[HStep, A2]
trait PairElem[HStep, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: HStep

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes

Concrete fields

val a1Int1: Int
val a2: A2

The second component of this pair.

The second component of this pair.

Attributes