ShowTellInt2

ostrat.ShowTellInt2
See theShowTellInt2 companion trait
object ShowTellInt2

Attributes

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

Members list

Type members

Classlikes

class ShowTellInt2Imp[R <: TellInt2](val typeStr: String, val opt2: Option[Int], opt1In: Option[Int]) extends ShowTellInt2[R]

A trait for making quick ShowT instances for TellElemInt2 classes. It uses the functionality of the ShowelemInt2.

A trait for making quick ShowT instances for TellElemInt2 classes. It uses the functionality of the ShowelemInt2.

Attributes

Supertypes
trait ShowTellInt2[R]
trait ShowTell2[Int, Int, R]
trait ShowTell[R]
trait Show[R]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[R <: TellInt2](typeStr: String, opt2: Option[Int], opt1: Option[Int]): ShowTellInt2[R]

Factory apply method for creating quick ShowT instances for products of 2 Ints.

Factory apply method for creating quick ShowT instances for products of 2 Ints.

Attributes