ShowDbl2

ostrat.ShowDbl2
See theShowDbl2 companion trait
object ShowDbl2

Attributes

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

Members list

Type members

Classlikes

class ShowDbl2Imp[A](val typeStr: String, val name1: String, val fArg1: A => Double, val name2: String, val fArg2: A => Double, val opt2: Option[Double], val shortKeys: ArrPairStr[A], opt1In: Option[Double]) extends ShowDbl2[A]

Implementation class for the general cases of ShowDbl2 trait.

Implementation class for the general cases of ShowDbl2 trait.

Attributes

Supertypes
trait ShowDbl2[A]
trait Show2[Double, Double, A]
trait Show1Plus[Double, A]
trait ShowNFixed[A]
trait PersistN
trait ShowCompound[A]
trait Show[A]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A](typeStr: String, name1: String, fArg1: A => Double, name2: String, fArg2: A => Double, opt2: Option[Double], opt1: Option[Double])(implicit ct: ClassTag[A]): ShowDbl2[A]