StrPair

ostrat.StrPair
class StrPair[A2](val a1: String, val a2: A2) extends PairNoA1ParamElem[String, A2]

Attributes

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

Members list

Concise view

Value members

Concrete fields

val a1: String

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