PersistTellInt2

ostrat.PersistTellInt2
See thePersistTellInt2 companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[A <: TellInt2](typeStr: String, name1: String, name2: String, newT: (Int, Int) => A, opt2: Option[Int], opt1: Option[Int])(implicit classTag: ClassTag[A]): PersistTellInt2[A]

Factory apply method for creating PersistTellInt2 type type class instances / evidence.

Factory apply method for creating PersistTellInt2 type type class instances / evidence.

Attributes

def shorts[A <: TellInt2](typeStr: String, name1: String, name2: String, shorts: ArrPairStr[A], newT: (Int, Int) => A, opt2: Option[Int], opt1: Option[Int])(implicit classTag: ClassTag[A]): PersistTellInt2[A]

Factory method for creating PersistTellInt2 type type class instances / evidence with short labels.

Factory method for creating PersistTellInt2 type type class instances / evidence with short labels.

Attributes