ShowTellElemDbl2

ostrat.ShowTellElemDbl2
See theShowTellElemDbl2 companion trait

Attributes

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

Members list

Type members

Classlikes

class ShowTellDbl2Imp[R <: TellDbl2](val typeStr: String) extends ShowTellDbl2[R]

Implementation class for the general cases of the ShowTellDbl2 trait.

Implementation class for the general cases of the ShowTellDbl2 trait.

Attributes

Supertypes
trait ShowTellDbl2[R]
trait ShowTell2[Double, Double, R]
trait ShowTell[R]
trait Show[R]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[R <: TellElemDbl2](typeStr: String): ShowTellDbl2Imp[R]

Factory apply method for creating quick ShowT instances for products of 2 Doubles.

Factory apply method for creating quick ShowT instances for products of 2 Doubles.

Attributes