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.