UnshowDbl2

ostrat.UnshowDbl2
See theUnshowDbl2 companion trait
object UnshowDbl2

Attributes

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

Members list

Type members

Classlikes

class UnshowDbl2Imp[A](val typeStr: String, val name1: String, val name2: String, val newT: (Double, Double) => A, val shortKeys: ArrPairStr[A], val opt2: Option[Double], opt1In: Option[Double]) extends UnshowDbl2[A]

Unshow2 with 2 Double components type class instances.

Unshow2 with 2 Double components type class instances.

Attributes

Supertypes
trait UnshowDbl2[A]
trait Unshow2[Double, Double, A]
trait UnshowN[A]
trait PersistN
trait Unshow[A]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A](typeStr: String, name1: String, name2: String, newT: (Double, Double) => A, opt2: Option[Double], opt1In: Option[Double])(implicit classTag: ClassTag[A]): UnshowDbl2[A]

Factory apply method for creating Unshow2 with 2 IDouble component type class instances.

Factory apply method for creating Unshow2 with 2 IDouble component type class instances.

Attributes