SeqLikePairElem

ostrat.SeqLikePairElem
trait SeqLikePairElem[A1E, A1 <: SeqLike[A1E], A2] extends PairFinalA1Elem[A1, A2], SpecialT

An element that pairs a SeqSpec with a second value.

Attributes

Graph
Supertypes
trait SpecialT
trait PairFinalA1Elem[A1, A2]
trait PairElem[A1, A2]
class Object
trait Matchable
class Any
Show all
Known subtypes
trait PolygonLikePair[A1V, A1, A2]
trait PolygonLikeDblNPair[A1V, A1, A2]
class PolygonLLPair[A2]
trait PolygonLikeDbl2Pair[A1V, A1, A2]
class PolygonGenPair[A2]
class PolygonM2Pair[A2]
class PolygonM3Pair[A2]
trait PolygonLikeIntNPair[A1V, A1, A2]
class PolygonHCPair[A2]
trait SeqLikeDblNPairElem[A1E, A1, A2]
trait SeqLikeIntNPairElem[A1E, A1, A2]
Show all

Members list

Value members

Abstract methods

def a1: A1

The first component of this pair.

The first component of this pair.

Attributes

def a2: A2

The second component of this pair.

The second component of this pair.

Attributes