UnshowInt4

ostrat.UnshowInt4
See theUnshowInt4 companion trait
object UnshowInt4

Attributes

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

Members list

Type members

Classlikes

class UnshowInt4Imp[A](val typeStr: String, val name1: String, val name2: String, val name3: String, val name4: String, val newT: (Int, Int, Int, Int) => A, val shortKeys: ArrPairStr[A], val opt4: Option[Int], opt3In: Option[Int], opt2In: Option[Int], opt1In: Option[Int]) extends UnshowInt4[A]

Attributes

Supertypes
trait UnshowInt4[A]
trait Unshow4[Int, Int, Int, Int, A]
trait Persist4[Int, Int, Int, Int]
trait Unshow4Plus[Int, Int, Int, Int, A]
trait Persist4Plus[Int, Int, Int, Int]
trait Unshow3Plus[Int, Int, Int, A]
trait Persist3Plus[Int, Int, Int]
trait Unshow2Plus[Int, Int, A]
trait Persist2Plus[Int, Int]
trait Persist1Plus[Int]
trait UnshowN[A]
trait PersistN
trait Unshow[A]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A](typeStr: String, name1: String, name2: String, name3: String, name4: String, newT: (Int, Int, Int, Int) => A, opt4: Option[Int], opt3: Option[Int], opt2: Option[Int], opt1: Option[Int])(implicit ct: ClassTag[A]): UnshowInt4[A]