ShowTell2

ostrat.ShowTell2
See theShowTell2 companion trait
object ShowTell2

Attributes

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

Members list

Type members

Classlikes

class ShowTell2Imp[A1, A2, R <: Tell2[A1, A2]](val typeStr: String)(implicit val show1: Show[A1], val show2: Show[A2]) extends ShowTell2[A1, A2, R]

Implementation class for the general cases of the ShowTell2 trait.

Implementation class for the general cases of the ShowTell2 trait.

Attributes

Supertypes
trait ShowTell2[A1, A2, 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, R <: Tell2[A1, A2]](typeStr: String)(implicit ev1: Show[A1], ev2: Show[A2]): ShowTell2[A1, A2, R]