Unshow3

ostrat.Unshow3
See theUnshow3 companion trait
object Unshow3

Attributes

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

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 Unshow3[A1, A2, A3, A]
trait Persist3[A1, A2, A3]
trait Unshow3Plus[A1, A2, A3, A]
trait Persist3Plus[A1, A2, A3]
trait Unshow2Plus[A1, A2, A]
trait Persist2Plus[A1, A2]
trait Persist1Plus[A1]
trait UnshowN[A]
trait PersistN
trait Unshow[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, name2: String, name3: String, newT: (A1, A2, A3) => A, opt3: Option[A3], opt2: Option[A2], opt1: Option[A1])(implicit persist1: Unshow[A1], persist2: Unshow[A2], persist3: Unshow[A3], ct: ClassTag[A]): Unshow3[A1, A2, A3, A]

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

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

Attributes

def shorts[A1, A2, A3, A](typeStr: String, name1: String, name2: String, name3: String, shortKeys: ArrPairStr[A], newT: (A1, A2, A3) => A, opt3: Option[A3], opt2: Option[A2], opt1: Option[A1])(implicit persist1: Unshow[A1], persist2: Unshow[A2], persist3: Unshow[A3]): Unshow3[A1, A2, A3, A]

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