UnshowDbl3

ostrat.UnshowDbl3
See theUnshowDbl3 companion trait
object UnshowDbl3

Attributes

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

Members list

Type members

Classlikes

class UnshowDbl3Imp[A](val typeStr: String, val name1: String, val name2: String, val name3: String, val newT: (Double, Double, Double) => A, val shortKeys: ArrPairStr[A], val opt3: Option[Double], opt2In: Option[Double], opt1In: Option[Double]) extends UnshowDbl3[A]

Unshow type class instances with 3 Double components.

Unshow type class instances with 3 Double components.

Attributes

Supertypes
trait UnshowDbl3[A]
trait Unshow3[Double, 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, name3: String, newT: (Double, Double, Double) => A, opt3: Option[Double], opt2: Option[Double], opt1: Option[Double])(implicit ct: ClassTag[A]): UnshowDbl3[A]

Factory apply method for Unshow type class instances with 3 Double components.

Factory apply method for Unshow type class instances with 3 Double components.

Attributes