ShowDbl3

ostrat.ShowDbl3
See theShowDbl3 companion trait
object ShowDbl3

Attributes

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

Members list

Type members

Classlikes

class ShowDbl3Imp[A](val typeStr: String, val name1: String, val fArg1: A => Double, val name2: String, val fArg2: A => Double, val name3: String, val fArg3: A => Double, val shortKeys: ArrPairStr[A], val opt3: Option[Double], opt2In: Option[Double], opt1In: Option[Double]) extends ShowDbl3[A]

Implementation class for Show type class instances / evidence for objects with 3 Double components.

Implementation class for Show type class instances / evidence for objects with 3 Double components.

Attributes

Supertypes
trait ShowDbl3[A]
trait Show3[Double, 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, name3: String, fArg3: A => Double, opt3: Option[Double], opt2: Option[Double], opt1: Option[Double])(implicit classTag: ClassTag[A]): ShowDbl3[A]

Factory apply method for creating Show type class instances / evidence for objects with 3 Double components.

Factory apply method for creating Show type class instances / evidence for objects with 3 Double components.

Attributes