RPairArr

ostrat.RPairArr
See theRPairArr companion class
object RPairArr

Companion object for RPairArr, an un-specialised default Arr class for PairElems contains factory methods for construction.

Attributes

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

Members list

Value members

Concrete methods

def apply[A1, A2](pairs: (A1, A2)*)(implicit ct1: ClassTag[A1], ct2: ClassTag[A2]): RPairArr[A1, A2]

Factory apply method for constructing an RPairArr from the components of the pairs.

Factory apply method for constructing an RPairArr from the components of the pairs.

Attributes

def fromBuff[A1, A2](buff: RPairBuff[A1, A2])(implicit ct1: ClassTag[A1], ct2: ClassTag[A2]): RPairArr[A1, A2]
def pairs[A1, A2](pairs: PairElem[A1, A2]*)(implicit ct1: ClassTag[A1], ct2: ClassTag[A2]): RPairArr[A1, A2]

Factory method for constructing an RPairArr from PairElems.

Factory method for constructing an RPairArr from PairElems.

Attributes