Show3

ostrat.Show3
See theShow3 companion trait
object Show3

Attributes

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

Members list

Type members

Classlikes

class Show3Imp[A1, A2, A3, A](val typeStr: String, val name1: String, val fArg1: A => A1, val name2: String, val fArg2: A => A2, val name3: String, val fArg3: A => A3, val shortKeys: ArrPairStr[A], val opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit val show1Ev: Show[A1], val show2Ev: Show[A2], val show3Ev: Show[A3]) extends Show3[A1, A2, A3, A]

Implementation class for the general cases of the Show3 trait.

Implementation class for the general cases of the Show3 trait.

Attributes

Supertypes
trait Show3[A1, A2, A3, A]
trait Persist3[A1, A2, A3]
trait Show3Plus[A1, A2, A3, A]
trait Persist3Plus[A1, A2, A3]
trait Show2PlusFixed[A1, A2, A]
trait Persist2Plus[A1, A2]
trait Show1PlusFixed[A1, A]
trait Show1Plus[A1, A]
trait Persist1Plus[A1]
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[A1, A2, A3, A](typeStr: String, name1: String, fArg1: A => A1, name2: String, fArg2: A => A2, name3: String, fArg3: A => A3, opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit show1Ev: Show[A1], show2Ev: Show[A2], show3Ev: Show[A3], ct: ClassTag[A]): Show3[A1, A2, A3, A]

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

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

Attributes

def shorts[A1, A2, A3, A](typeStr: String, name1: String, fArg1: A => A1, name2: String, fArg2: A => A2, name3: String, fArg3: A => A3, shortKeys: ArrPairStr[A], opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit show1Ev: Show[A1], show2Ev: Show[A2], show3Ev: Show[A3]): Show3[A1, A2, A3, A]

Factory apply method for creating Show type class instances / evidence for objects with 3 components, with added short hand names for certain values.

Factory apply method for creating Show type class instances / evidence for objects with 3 components, with added short hand names for certain values.

Attributes