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

Keywords
  • no keywords
  • implicit

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

Implicits

Implicits

implicit def mapBuilderEv[B1, B2](implicit ct1: ClassTag[B1], ct2: ClassTag[B2]): RPairArrMapBuilder[B1, B2]