Show3T

ostrat.Show3T$
See theShow3T companion trait
object Show3T

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Show3T.type

Members list

Concise view

Type members

Classlikes

class Show3TImp[A1, A2, A3, R](val typeStr: String, val name1: String, val fArg1: R => A1, val name2: String, val fArg2: R => A2, val name3: String, val fArg3: R => A3, val opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit val ev1: ShowT[A1], val ev2: ShowT[A2], val ev3: ShowT[A3]) extends Show3T[A1, A2, A3, R]

Attributes

Graph
Supertypes
trait Show3T[A1, A2, A3, R]
trait ShowNT[R]
trait ShowCompoundT[R]
trait ShowT[R]
trait TypeStr
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A1, A2, A3, R](typeStr: String, name1: String, fArg1: R => A1, name2: String, fArg2: R => A2, name3: String, fArg3: R => A3, opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit ev1: ShowT[A1], ev2: ShowT[A2], ev3: ShowT[A3]): Show3T[A1, A2, A3, R]