ostrat.Show4
See theShow4 companion trait
object Show4
Attributes
Members list
Type members
Classlikes
class Show4Imp[A1, A2, A3, A4, 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 name4: String, val fArg4: A => A4, val shortKeys: ArrPairStr[A], val opt4: Option[A4], opt3In: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit val show1Ev: Show[A1], val show2Ev: Show[A2], val show3Ev: Show[A3], val showEv4: Show[A4]) extends Show4[A1, A2, A3, A4, A]
Implementation class for the general cases of Show4 trait.
Implementation class for the general cases of Show4 trait.
Attributes
- Supertypes
-
trait ShowNFixed[A]trait ShowCompound[A]trait Show[A]trait PersistNFixedtrait Persist1Plus[A1]trait PersistNtrait Persistclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def apply[A1, A2, A3, A4, A](typeStr: String, name1: String, fArg1: A => A1, name2: String, fArg2: A => A2, name3: String, fArg3: A => A3, name4: String, fArg4: A => A4, opt4: Option[A4], opt3: Option[A3], opt2: Option[A2], opt1: Option[A1])(implicit show1: Show[A1], show2: Show[A2], show3: Show[A3], show4: Show[A4], ct: ClassTag[A]): Show4[A1, A2, A3, A4, A]
In this article