ShowInt4

ostrat.ShowInt4
See theShowInt4 companion trait
object ShowInt4

Attributes

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

Members list

Type members

Classlikes

class ShowInt4Imp[A](val typeStr: String, val name1: String, val fArg1: A => Int, val name2: String, val fArg2: A => Int, val name3: String, val fArg3: A => Int, val name4: String, val fArg4: A => Int, val shortKeys: ArrPairStr[A], val opt4: Option[Int], opt3In: Option[Int], opt2In: Option[Int], opt1In: Option[Int]) extends ShowInt4[A]

Attributes

Supertypes
trait ShowInt4[A]
trait Show4[Int, Int, Int, Int, A]
trait Show4Plus[Int, Int, Int, Int, A]
trait Show3Plus[Int, Int, Int, A]
trait Show2PlusFixed[Int, Int, A]
trait Show1PlusFixed[Int, A]
trait Show1Plus[Int, A]
trait ShowNFixed[A]
trait ShowCompound[A]
trait Show[A]
trait Persist4[Int, Int, Int, Int]
trait Persist4Plus[Int, Int, Int, Int]
trait Persist3Plus[Int, Int, Int]
trait Persist2Plus[Int, Int]
trait Persist1Plus[Int]
trait PersistN
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, name3: String, fArg3: A => Int, name4: String, fArg4: A => Int, opt4: Option[Int], opt3: Option[Int], opt2: Option[Int], opt1: Option[Int])(implicit ct: ClassTag[A]): ShowInt4Imp[A]

Factory apply method for creating quick ShowDecT instances for products of 4 Ints.

Factory apply method for creating quick ShowDecT instances for products of 4 Ints.

Attributes