HCenStepPairArr

ostrat.prid.phex.HCenStepPairArr$
See theHCenStepPairArr companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[A2](pairs: HCenStepPair[A2]*)(implicit ct: ClassTag[A2]): HCenStepPairArr[A2]

Factory apply method for constructing an HCenStepPairArr from HCEnStepPair[A2]s.

Factory apply method for constructing an HCenStepPairArr from HCEnStepPair[A2]s.

Attributes

def pairs[A2](pairs: (HCenStep, A2)*)(implicit ct: ClassTag[A2]): HCenStepPairArr[A2]

Factory apply method for constructing an HCenStepPairArr from Tuple2[HCenStep, A2]s.

Factory apply method for constructing an HCenStepPairArr from Tuple2[HCenStep, A2]s.

Attributes

def reverse[A2](pairs: (A2, HCenStep)*)(implicit ct: ClassTag[A2]): HCenStepPairArr[A2]

Factory apply method for constructing an HCenStepPairArr from Tuple2[A2. HCenStep]s.

Factory apply method for constructing an HCenStepPairArr from Tuple2[A2. HCenStep]s.

Attributes

Inherited methods

def pairsToArrays[A2](pairs: Seq[Int3PairElem[_, A2]])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Attributes

Inherited from:
Int3PairArrCompanion
def reverseTuplesToArrays[A2](pairs: Seq[(A2, Int3Elem)])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Attributes

Inherited from:
Int3PairArrCompanion
def tuplesToArrays[A2](pairs: Seq[(Int3Elem, A2)])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Attributes

Inherited from:
Int3PairArrCompanion