PairStrElem

ostrat.PairStrElem
See thePairStrElem companion object
class PairStrElem[A2](val a1: String, val a2: A2) extends PairFinalA1Elem[String, A2]

PairElem where the first component of the pair is a String.

Attributes

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

Members list

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