Show2T

ostrat.Show2T$
See theShow2T companion trait
object Show2T

Companion object for the Show2T type class trait that shows object with 2 logical fields.

Attributes

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

Members list

Concise view

Type members

Classlikes

class Show2TImp[A1, A2, R](val typeStr: String, val name1: String, val fArg1: R => A1, val name2: String, val fArg2: R => A2, val opt2: Option[A2], opt1In: Option[A1])(implicit val ev1: ShowT[A1], val ev2: ShowT[A2]) extends Show2T[A1, A2, R]

Attributes

Graph
Supertypes
trait Show2T[A1, A2, 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, R](typeStr: String, name1: String, fArg1: R => A1, name2: String, fArg2: R => A2, opt2: Option[A2], opt1In: Option[A1])(implicit ev1: ShowT[A1], ev2: ShowT[A2]): Show2T[A1, A2, R]