ShowShowDbl2T

ostrat.ShowShowDbl2T
See theShowShowDbl2T companion object
trait ShowShowDbl2T[R <: ShowDbl2] extends ShowShow2T[Double, Double, R]

A trait for making quick ShowT instances for ShowDbl2 types. It uses the functionality of the ShowDbl2.

Attributes

Companion:
object
Graph
Supertypes
trait ShowShowT[R]
trait Show2T[Double, Double, R]
trait ShowNT[R]
trait ShowCompoundT[R]
trait ShowT[R]
trait TypeStr
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

override def fArg1: R => A1

Attributes

Definition Classes
Inherited from:
ShowShow2T
override def fArg2: R => A2

Attributes

Definition Classes
Inherited from:
ShowShow2T
override def showDecT(obj: R, way: ShowStyle, maxPlaces: Int, minPlaces: Int): String

Attributes

Definition Classes
Inherited from:
ShowShowT
override def showT(obj: R, way: ShowStyle): String

Attributes

Definition Classes
Inherited from:
ShowShowT
override def strDecs(obj: R, way: ShowStyle, maxPlaces: Int): StrArr

Attributes

Definition Classes
Inherited from:
ShowShow2T
override def strT(obj: R): String

Provides the standard string representation for the object. Its called ShowT to indicate this is a type class method that acts upon an object rather than a method on the object being shown.

Provides the standard string representation for the object. Its called ShowT to indicate this is a type class method that acts upon an object rather than a method on the object being shown.

Attributes

Definition Classes
Inherited from:
ShowShowT
def strs(obj: R, way: ShowStyle): StrArr

Attributes

Inherited from:
ShowNT
override def syntaxDepthT(obj: R): Int

Simple values such as Int, String, Double have a syntax depth of one. A Tuple3[String, Int, Double] has a depth of 2. Not clear whether this should always be determined at compile time or if sometimes it should be determined at runtime.

Simple values such as Int, String, Double have a syntax depth of one. A Tuple3[String, Int, Double] has a depth of 2. Not clear whether this should always be determined at compile time or if sometimes it should be determined at runtime.

Attributes

Definition Classes
Inherited from:
ShowShowT

The RSON type of T. This the only data that a ShowT instance requires, that can't be implemented through delegation to an object of type Show.

The RSON type of T. This the only data that a ShowT instance requires, that can't be implemented through delegation to an object of type Show.

Attributes

Inherited from:
TypeStr

Implicits

Implicits

implicit override def ev1: Persist[Double]

Attributes

Definition Classes
implicit override def ev2: Persist[Double]

Attributes

Definition Classes