Unshow3

ostrat.Unshow3$
See theUnshow3 companion trait
object Unshow3

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Unshow3.type

Members list

Concise view

Type members

Classlikes

class Unshow3Imp[A1, A2, A3, R](val typeStr: String, val name1: String, val name2: String, val name3: String, val newT: (A1, A2, A3) => R, val opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit val ev1: Unshow[A1], val ev2: Unshow[A2], val ev3: Unshow[A3]) extends Unshow3[A1, A2, A3, R]

Attributes

Graph
Supertypes
trait Unshow3[A1, A2, A3, R]
trait TypeStr3[A1, A2, A3]
trait TypeStr3Plus[A1, A2, A3]
trait TypeStr2Plus[A1, A2]
trait UnshowN[R]
trait TypeStrN
trait Unshow[R]
trait TypeStr
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A1, A2, A3, R](typeStr: String, name1: String, name2: String, name3: String, newT: (A1, A2, A3) => R, opt3: Option[A3], opt2: Option[A2], opt1: Option[A1])(implicit ev1: Unshow[A1], ev2: Unshow[A2], ev3: Unshow[A3]): Unshow3Imp[A1, A2, A3, R]