ShowTell3

ostrat.ShowTell3
See theShowTell3 companion trait
object ShowTell3

Attributes

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

Members list

Type members

Classlikes

class ShowTell3Imp[A1, A2, A3, R <: Tell3[A1, A2, A3]](val typeStr: String)(implicit val show1: Show[A1], val show2: Show[A2], val show3: Show[A3]) extends ShowTell3[A1, A2, A3, R]

Implementation class for the general cases of the ShowTell3 trait.

Implementation class for the general cases of the ShowTell3 trait.

Attributes

Supertypes
trait ShowTell3[A1, A2, A3, R]
trait ShowTell[R]
trait Show[R]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A1, A2, A3, R <: Tell3[A1, A2, A3]](typeStr: String)(implicit ev1: Show[A1], ev2: Show[A2], ev3: Show[A3]): ShowTell3[A1, A2, A3, R]