ShowInt2

ostrat.ShowInt2
See theShowInt2 companion trait
object ShowInt2

Attributes

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

Members list

Type members

Classlikes

class ShowInt2Imp[A](val typeStr: String, val name1: String, val fArg1: A => Int, val name2: String, val fArg2: A => Int, val shortKeys: ArrPairStr[A], val opt2: Option[Int], opt1In: Option[Int]) extends ShowInt2[A]

Implementation class for the general cases of ShowInt2 trait.

Implementation class for the general cases of ShowInt2 trait.

Attributes

Supertypes
trait ShowInt2[A]
trait Show2[Int, Int, A]
trait Persist2[Int, Int]
trait Show2PlusFixed[Int, Int, A]
trait Persist2Plus[Int, Int]
trait Show1PlusFixed[Int, A]
trait Show1Plus[Int, A]
trait Persist1Plus[Int]
trait ShowNFixed[A]
trait PersistN
trait ShowCompound[A]
trait Show[A]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A](typeStr: String, name1: String, fArg1: A => Int, name2: String, fArg2: A => Int, opt2: Option[Int], opt1: Option[Int])(implicit ct: ClassTag[A]): ShowInt2[A]

Factory apply method to create Show2 with Int components type class instances.

Factory apply method to create Show2 with Int components type class instances.

Attributes