UnshowInt2

ostrat.UnshowInt2
See theUnshowInt2 companion trait
object UnshowInt2

Attributes

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

Members list

Type members

Classlikes

class UnshowInt2Imp[A](val typeStr: String, val name1: String, val name2: String, val newT: (Int, Int) => A, val shortKeys: ArrPairStr[A], val opt2: Option[Int], opt1In: Option[Int]) extends UnshowInt2[A]

Unshow2 with 2 Int components type class instances.

Unshow2 with 2 Int components type class instances.

Attributes

Supertypes
trait UnshowInt2[A]
trait Unshow2[Int, Int, A]
trait Persist2[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, newT: (Int, Int) => A, opt2: Option[Int], opt1In: Option[Int])(implicit ct: ClassTag[A]): UnshowInt2[A]

Factory apply method for creating Unshow2 with 2 Int component type class instances.

Factory apply method for creating Unshow2 with 2 Int component type class instances.

Attributes