ostrat.Show3
See theShow3 companion trait
object Show3
Attributes
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 Persist1Plus[A1]trait ShowNFixed[A]trait PersistNFixedtrait PersistNtrait ShowCompound[A]trait Show[A]trait Persistclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
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
In this article