ostrat.Unshow3
See theUnshow3 companion trait
object Unshow3
Attributes
Members list
Type members
Classlikes
class Unshow3Imp[A1, A2, A3, A](val typeStr: String, val name1: String, val name2: String, val name3: String, val shortKeys: ArrPairStr[A], val newT: (A1, A2, A3) => A, val opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit val unshow1Ev: Unshow[A1], val unshow2Ev: Unshow[A2], val unshow3Ev: Unshow[A3]) extends Unshow3[A1, A2, A3, A]
Attributes
- Supertypes
-
trait Persist1Plus[A1]trait UnshowN[A]trait PersistNFixedtrait PersistNtrait Unshow[A]trait Persistclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Factory apply method for creating Unshow type class instances / evidence for objects with 3 components, with added short hand names for certain values.
Factory apply method for creating Unshow type class instances / evidence for objects with 3 components, with added short hand names for certain values.
Attributes
In this article