RPairElem

ostrat.RPairElem
final class RPairElem[A1, A2](val a1: A1, val a2: A2) extends PairElem[A1, A2]

R for stored by reference. The generalised default PairFinalA1Elem, that can be stored in the default unspecialised. Note although they are named as reference types the A1 type parameter does not have to inherit from AnyRef.

Attributes

Graph
Supertypes
trait PairElem[A1, A2]
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val a1: A1

The first component of this pair.

The first component of this pair.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes