ArrPairStr

ostrat.ArrPairStr
See theArrPairStr companion class
object ArrPairStr

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArrPairStr.type

Members list

Value members

Concrete methods

def apply[A2](pairs: (String, A2)*)(implicit ct: ClassTag[A2]): ArrPairStr[A2]

Factory apply method for ArrPairStr, takes repeat pair Tuples as its input.

Factory apply method for ArrPairStr, takes repeat pair Tuples as its input.

Attributes

def strs(strs: String*): ArrPairStr[String]

Factory method for ArrPairStr with a String as its A2 type parameter, takes repeat Strings as its input.

Factory method for ArrPairStr with a String as its A2 type parameter, takes repeat Strings as its input.

Attributes